diff options
author | kris <kris@FreeBSD.org> | 2001-04-30 08:34:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-04-30 08:34:26 +0800 |
commit | ace76c39841a9787c867ff16b48ca447e3812fc5 (patch) | |
tree | 7a43172930117d276489eaf0c1a5b5b584e809e4 /security/gnupg-idea | |
parent | cb3dd5d1b484a10505424f663b4189afd8bf8f5c (diff) | |
download | freebsd-ports-graphics-ace76c39841a9787c867ff16b48ca447e3812fc5.tar.gz freebsd-ports-graphics-ace76c39841a9787c867ff16b48ca447e3812fc5.tar.zst freebsd-ports-graphics-ace76c39841a9787c867ff16b48ca447e3812fc5.zip |
Don't hard-code -O2
Diffstat (limited to 'security/gnupg-idea')
-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 5934f7d7053..0b780bad0c4 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 |