diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-12 05:07:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-05-12 05:07:00 +0000 |
commit | a3f25bd67d4a936d810df7cb824ddbe2fae8c670 (patch) | |
tree | 669af0261b7cc7e486ace669cd5798afbc891caf /mail | |
parent | - Don't build with openssl port when base version is stale (diff) |
- allow build without optimisation flags.
PR: 66527
Submitted by: Yar Tikhiy
Notes
Notes:
svn path=/head/; revision=108969
Diffstat (limited to 'mail')
-rw-r--r-- | mail/popa3d/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/popa3d/files/patch-ab b/mail/popa3d/files/patch-ab index c8a0e0403271..ade5e6b8c8c9 100644 --- a/mail/popa3d/files/patch-ab +++ b/mail/popa3d/files/patch-ab @@ -9,7 +9,7 @@ MKDIR = mkdir -p INSTALL = install -c -CFLAGS = -Wall -O2 -fomit-frame-pointer -+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 |