diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-17 03:56:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-11-17 03:56:00 +0000 |
commit | 0f3e3621dd9547273fe1bd2c30789a641cb4b438 (patch) | |
tree | 5855e44d0cf2d1d400a2106420ea659b3e897461 /mail/popa3d/files/patch-ab | |
parent | - Fix build problme (diff) |
- update to 0.6.4
Notes
Notes:
svn path=/head/; revision=94147
Diffstat (limited to 'mail/popa3d/files/patch-ab')
-rw-r--r-- | mail/popa3d/files/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/popa3d/files/patch-ab b/mail/popa3d/files/patch-ab index 122542270080..c8a0e0403271 100644 --- a/mail/popa3d/files/patch-ab +++ b/mail/popa3d/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Oct 28 02:10:49 2001 -+++ Makefile Sat Dec 22 11:59:22 2001 +--- Makefile.orig Mon Nov 17 04:50:31 2003 ++++ Makefile Mon Nov 17 04:52:25 2003 @@ -1,15 +1,15 @@ -CC = gcc -LD = gcc @@ -7,9 +7,9 @@ +LD = ${CC} RM = rm -f MKDIR = mkdir -p - INSTALL = install --CFLAGS = -c -Wall -O2 -fomit-frame-pointer -+CFLAGS += -c -Wall -O2 -fomit-frame-pointer + INSTALL = install -c +-CFLAGS = -Wall -O2 -fomit-frame-pointer ++CFLAGS += -Wall -O2 -fomit-frame-pointer # You may use OpenSSL's MD5 routines instead of the ones supplied here #CFLAGS += -DHAVE_OPENSSL LDFLAGS = -s |