diff options
author | kris <kris@FreeBSD.org> | 2001-04-30 00:34:26 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-30 00:34:26 +0000 |
commit | ace76c39841a9787c867ff16b48ca447e3812fc5 (patch) | |
tree | 7a43172930117d276489eaf0c1a5b5b584e809e4 /security | |
parent | cb3dd5d1b484a10505424f663b4189afd8bf8f5c (diff) | |
download | FreeBSD-ports-ace76c39841a9787c867ff16b48ca447e3812fc5.zip FreeBSD-ports-ace76c39841a9787c867ff16b48ca447e3812fc5.tar.gz |
Don't hard-code -O2
Diffstat (limited to 'security')
-rw-r--r-- | security/gnupg-idea/Makefile | 2 |
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 |