summaryrefslogtreecommitdiff
path: root/x11/9box/files/patch-src::Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /x11/9box/files/patch-src::Makefile
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'x11/9box/files/patch-src::Makefile')
-rw-r--r--x11/9box/files/patch-src::Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11/9box/files/patch-src::Makefile b/x11/9box/files/patch-src::Makefile
deleted file mode 100644
index 654ee9c50f60..000000000000
--- a/x11/9box/files/patch-src::Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/Makefile.orig Tue Oct 29 17:20:46 2002
-+++ src/Makefile Wed Jul 23 21:35:39 2003
-@@ -1,10 +1,14 @@
-+CC= %%CC%%
-+CFLAGS+= -g -I. -I%%LOCALBASE%%/include
-+LIBS+= -L%%LOCALBASE%%/lib -lX11
-+
- all: 9box
-
- 9box: grab.o 9box.o manage.o menu.o buttons.o utils.o wm.o
-- gcc -g -L/usr/X11R6/lib -lX11 -o $@ $^
-+ $(CC) $(CFLAGS) $(LIBS) -o $@ $^
-
- %.o: %.c
-- gcc -g -c $< -o $@
-+ $(CC) $(CFLAGS) -c $< -o $@
-
- clean:
- rm -f *.o 9box *~