diff options
-rw-r--r-- | mail/popa3d/files/patch-ab | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/mail/popa3d/files/patch-ab b/mail/popa3d/files/patch-ab index fa30f9236e90..e70979c30661 100644 --- a/mail/popa3d/files/patch-ab +++ b/mail/popa3d/files/patch-ab @@ -1,13 +1,14 @@ ---- Makefile.orig Tue Feb 1 06:56:46 2000 -+++ Makefile Sun Feb 6 13:31:49 2000 +--- Makefile.orig Mon Jan 31 22:56:46 2000 ++++ Makefile Sat Feb 19 08:43:33 2000 @@ -1,9 +1,9 @@ -CC = gcc +CC?= gcc LD = gcc RM = rm -f - CFLAGS = -c -Wall -O2 -fomit-frame-pointer +-CFLAGS = -c -Wall -O2 -fomit-frame-pointer -LDFLAGS = -s -#LDFLAGS = -s -lcrypt ++CFLAGS+= -c -Wall +#LDFLAGS = -s +LDFLAGS = -s -lcrypt |