diff options
-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 |