summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2001-04-30 00:34:26 +0000
committerkris <kris@FreeBSD.org>2001-04-30 00:34:26 +0000
commitace76c39841a9787c867ff16b48ca447e3812fc5 (patch)
tree7a43172930117d276489eaf0c1a5b5b584e809e4
parentcb3dd5d1b484a10505424f663b4189afd8bf8f5c (diff)
downloadFreeBSD-ports-ace76c39841a9787c867ff16b48ca447e3812fc5.zip
FreeBSD-ports-ace76c39841a9787c867ff16b48ca447e3812fc5.tar.gz
Don't hard-code -O2
-rw-r--r--security/gnupg-idea/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile
index 5934f7d..0b780ba 100644
--- a/security/gnupg-idea/Makefile
+++ b/security/gnupg-idea/Makefile
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg
RESTRICTED= "IDEA is Patented in the USA and many European countries"
NO_WRKSUBDIR= yes
-CFLAGS+= -O2 -shared -fPIC -DIS_MODULE
+CFLAGS+= -shared -fPIC -DIS_MODULE
CFLAGS+= -Wall -Wcast-align -Wshadow -Wstrict-prototypes
PLIST= ${WRKDIR}/.PLIST.more
OpenPOWER on IntegriCloud