diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-29 17:09:23 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-06-29 17:09:23 +0000 |
commit | 0a92f1cd60b456491e03a5eada547de9ed5daec1 (patch) | |
tree | 1e19ec0cfd4d4a19ffb5bbecabf4995cc0dd1819 /x11-wm/wmcp/files | |
parent | Make samba auto-use Kerberos 5 a la security/ssh (diff) |
Update to 1.2.8
PR: 12443
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | x11-wm/wmcp/files/patch-aa | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/x11-wm/wmcp/files/patch-aa b/x11-wm/wmcp/files/patch-aa index 60aa9ba1d268..2d916b22a8e0 100644 --- a/x11-wm/wmcp/files/patch-aa +++ b/x11-wm/wmcp/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Tue Feb 9 23:16:16 1999 -+++ Makefile Tue Feb 9 23:16:34 1999 +--- Makefile.orig Thu May 27 00:17:20 1999 ++++ Makefile Tue Jun 29 10:07:22 1999 @@ -1,6 +1,6 @@ @@ -8,3 +8,16 @@ 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 |