diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-10-16 14:24:02 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-10-16 14:24:02 +0000 |
commit | 0a3fce592c791b0cbc5d85c1bee73a85945b06ea (patch) | |
tree | ec75473e8b00ed10775baf7a15a6e492c2485901 | |
parent | 2fed0aafb11aaa977841318987ef0bd15ddeb124 (diff) | |
download | ports-0a3fce592c791b0cbc5d85c1bee73a85945b06ea.tar.gz ports-0a3fce592c791b0cbc5d85c1bee73a85945b06ea.zip |
Notes
-rw-r--r-- | mail/vrfy/Makefile | 1 | ||||
-rw-r--r-- | mail/vrfy/files/patch-aa | 33 |
2 files changed, 1 insertions, 33 deletions
diff --git a/mail/vrfy/Makefile b/mail/vrfy/Makefile index c7179984dd0c..73b55d142855 100644 --- a/mail/vrfy/Makefile +++ b/mail/vrfy/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Verify mail address WRKSRC= ${WRKDIR} +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" RES="" MAN1= vrfy.1 MANCOMPRESSED= yes PLIST_FILES= bin/vrfy diff --git a/mail/vrfy/files/patch-aa b/mail/vrfy/files/patch-aa deleted file mode 100644 index 2cee79de475f..000000000000 --- a/mail/vrfy/files/patch-aa +++ /dev/null @@ -1,33 +0,0 @@ ---- Makefile.orig Tue Oct 7 07:40:40 1997 -+++ Makefile Sun Oct 16 01:01:05 2005 -@@ -69,13 +69,11 @@ - COPTS = - COPTS = -O - --CFLAGS = $(COPTS) $(DEFS) -+CFLAGS ?= $(COPTS) -+CFLAGS += $(DEFS) - - # Select your favorite compiler. --CC = /usr/ucb/cc #if defined(solaris) && BSD --CC = /bin/cc -arch m68k -arch i386 #if defined(next) --CC = /bin/cc --CC = cc -+CC ?= cc - - # ---------------------------------------------------------------------- - # Linking definitions. -@@ -91,10 +89,10 @@ - # With BIND 4.9.3 the getnet...() calls are in the resolver library. - # ---------------------------------------------------------------------- - --RES = -lsocket #if defined(SCO) && default -+#RES = -lsocket #if defined(SCO) && default - RES = --RES = ../res/libresolv.a --RES = -lresolv -+#RES = ../res/libresolv.a -+#RES = -lresolv - - COMPLIB = ../compat/lib/lib44bsd.a - COMPLIB = -lnet |