diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /x11-wm/wmcp/files/patch-aa | |
parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'x11-wm/wmcp/files/patch-aa')
-rw-r--r-- | x11-wm/wmcp/files/patch-aa | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-wm/wmcp/files/patch-aa b/x11-wm/wmcp/files/patch-aa deleted file mode 100644 index 2d916b22a8e0..000000000000 --- a/x11-wm/wmcp/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.orig Thu May 27 00:17:20 1999 -+++ Makefile Tue Jun 29 10:07:22 1999 -@@ -1,6 +1,6 @@ - - --INCLUDES =-I/usr/X11R6/include/X11 -I/usr/local/include -I/usr/include/X11R6/X11 -+INCLUDES =-I/usr/X11R6/include/X11 -I/usr/X11R6/include -I/usr/local/include -I/usr/include/X11R6/X11 - LIBINC =-L/usr/X11R6/lib -L/usr/include/lib - LIBS = -lm -lX11 -lXpm -lXext - -@@ -31,10 +31,10 @@ - ################################################################### - - ${OBJECTS}: ${SOURCE} -- gcc -g -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o -+ ${CC} ${CFLAGS} -c -Wall ${INCLUDES} ${FLAGS} $< -o $*.o - - ${TARGET}: ${OBJECTS} -- gcc -g -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} -+ ${CC} ${CFLAGS} -o ${TARGET} ${OBJECTS} ${LIBINC} ${LIBS} - - clean:: - for i in ${OBJECTS}; do if [ -e $$i ] ; then rm $$i; fi; done |