diff options
Diffstat (limited to 'math/wmcalc/files/patch-aa')
-rw-r--r-- | math/wmcalc/files/patch-aa | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/math/wmcalc/files/patch-aa b/math/wmcalc/files/patch-aa deleted file mode 100644 index 115d5bd45601..000000000000 --- a/math/wmcalc/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- Makefile.orig Thu Apr 6 22:25:39 2000 -+++ Makefile Sun Apr 16 08:50:18 2000 -@@ -1,15 +1,15 @@ --INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 --LIBINC =-L/usr/X11R6/lib -L/usr/include/lib -+INCLUDES =-I${LOCALBASE}/include -I${LOCALBASE}/include/X11 -+LIBINC =-L${LOCALBASE}/lib - LIBS = -lX11 -lXpm -lXext -lm - - TARGET = wmcalc - OBJECTS = wmcalc.o readln.o wmcalcswitch.o wmcalcfunc.o - - .c.o: -- gcc -O2 -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o -+ gcc ${CFLAGS} -c ${INCLUDES} ${FLAGS} $< -o $*.o - - ${TARGET}: ${OBJECTS} -- gcc -O2 -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} -+ gcc ${CFLAGS} -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} - - clean:: - for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done |