summaryrefslogtreecommitdiff
path: root/security/gnupg-idea
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-04-30 00:34:26 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-04-30 00:34:26 +0000
commit0f150ffc2636778cc3895ca6ab7560d50f248546 (patch)
treeb9db1aaa652843535b8625f15c848edc2efb6037 /security/gnupg-idea
parentDon't hard-code -O2 (diff)
Don't hard-code -O2
Notes
Notes: svn path=/head/; revision=42055
Diffstat (limited to 'security/gnupg-idea')
-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 5934f7d70536..0b780bad0c42 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