diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-23 02:12:29 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-12-23 02:12:29 +0000 |
commit | 761d77b1a38590192486e7399e1b3f8d8eeb7a4a (patch) | |
tree | ff7367a4b95793feb40d8b0160dde822fd33c2af /net/ripetools/files | |
parent | Add wallpaper patch and two new options, USE_XAW3DLIB and USE_NEXTAWLIB. (diff) |
Distfile changed on master_site
PR: ports/9170
Submitted by: girgen@partitur.se
Diffstat (limited to 'net/ripetools/files')
-rw-r--r-- | net/ripetools/files/patch-aa | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/net/ripetools/files/patch-aa b/net/ripetools/files/patch-aa index c2a8e2af46b6..596223615dea 100644 --- a/net/ripetools/files/patch-aa +++ b/net/ripetools/files/patch-aa @@ -1,9 +1,9 @@ ---- Makefile.orig Fri May 16 11:26:32 1997 -+++ Makefile Sun Jun 8 12:12:48 1997 -@@ -16,26 +16,26 @@ +--- Makefile.orig Thu Oct 1 18:28:49 1998 ++++ Makefile Tue Dec 22 14:57:27 1998 +@@ -16,15 +16,15 @@ - DEFINES= -DRIPE + DEFINES= -DRIPE -PROG= whois cryptpw -DESTDIR= /usr/local/bin -MANDIR= /usr/local/man/man1 @@ -12,7 +12,8 @@ +MANDIR= ${PREFIX}/man/man1 INSTALL= install # LIBS= -lresolv - CFLAGS= ${DEFINES} +-CFLAGS= ${DEFINES} ++CFLAGS+= ${DEFINES} -Wall -ansi -pedantic # # for BSDI -CC=shlicc2 -Wall -ansi -pedantic -O6 -m486 @@ -20,10 +21,7 @@ # # for Linux #CC=gcc -Wall -ansi -pedantic -O6 -m486 - # - # for most systems --#CC=gcc -Wall -ansi -pedantic -O6 -+CC=gcc -Wall -ansi -pedantic -O2 +@@ -34,8 +34,8 @@ all: $(PROG) |