diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 00:34:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-04-30 00:34:26 +0000 |
commit | 0f150ffc2636778cc3895ca6ab7560d50f248546 (patch) | |
tree | b9db1aaa652843535b8625f15c848edc2efb6037 /security/gnupg-idea | |
parent | d3fa1e9d13601014987ed3370e1a9906571c875b (diff) |
Notes
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 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 |