diff options
Diffstat (limited to 'sysutils/xwlans/files')
-rw-r--r-- | sysutils/xwlans/files/patch-Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/sysutils/xwlans/files/patch-Makefile b/sysutils/xwlans/files/patch-Makefile deleted file mode 100644 index af7e86ea0de5..000000000000 --- a/sysutils/xwlans/files/patch-Makefile +++ /dev/null @@ -1,34 +0,0 @@ -*** Makefile.orig Tue Dec 23 16:43:46 2003 ---- Makefile Fri Jul 30 20:08:42 2004 -*************** -*** 1,15 **** -! CC = gcc -! CFLAGS = -O2 -ansi -Wall -L/usr/X11R6/lib -I/usr/X11R6/include - - OBJS = main.o graphics.o sys.o osdep/freebsd.o - - all:: ${OBJS} -! ${CC} -o xwlans *.o -lX11 -L/usr/X11R6/lib -I/usr/X11R6/include - - install:: xwlans - strip xwlans -! cp xwlans /usr/X11R6/bin -! chmod 0755 /usr/X11R6/bin/xwlans - - clean:: - rm *.o ---- 1,14 ---- -! CFLAGS += -L${LOCALBASE}/lib -I${LOCALBASE}/include - - OBJS = main.o graphics.o sys.o osdep/freebsd.o - - all:: ${OBJS} -! ${CC} -o xwlans *.o -lX11 -L${LOCALBASE}/lib -I${LOCALBASE}/include - - install:: xwlans - strip xwlans -! cp xwlans ${PREFIX}/bin -! chmod 0755 ${PREFIX}/bin/xwlans - - clean:: - rm *.o |