diff options
Diffstat (limited to 'mail/popa3d/patches/patch-ab')
-rw-r--r-- | mail/popa3d/patches/patch-ab | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/mail/popa3d/patches/patch-ab b/mail/popa3d/patches/patch-ab index 5ba09854f00..263227fb5cf 100644 --- a/mail/popa3d/patches/patch-ab +++ b/mail/popa3d/patches/patch-ab @@ -1,18 +1,20 @@ -$NetBSD: patch-ab,v 1.2 2001/07/21 17:16:13 wiz Exp $ +$NetBSD: patch-ab,v 1.3 2001/09/02 16:48:32 wiz Exp $ ---- Makefile.orig Sun May 20 07:00:13 2001 +--- Makefile.orig Sun Sep 2 18:32:03 2001 +++ Makefile -@@ -1,8 +1,8 @@ +@@ -1,10 +1,10 @@ -CC = gcc -LD = gcc -RM = rm -f -CFLAGS = -c -Wall -O2 -fomit-frame-pointer --LDFLAGS = -s +CC ?= gcc +LD = ${CC} +RM ?= rm -f -+CFLAGS += -c -Wall -O2 -fomit-frame-pointer -+LDFLAGS += -s -lcrypt - #LDFLAGS = -s -lcrypt - #LDFLAGS = -s -lcrypt -lpam - ++CFLAGS += -c -Wall -fomit-frame-pointer + LDFLAGS = -s + LIBS = +-#LIBS += -lcrypt ++LIBS += -lcrypt + #LIBS += -lpam + #LIBS += -lwrap + #LIBS += -lnsl |