From ace76c39841a9787c867ff16b48ca447e3812fc5 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 30 Apr 2001 00:34:26 +0000 Subject: Don't hard-code -O2 --- security/gnupg-idea/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/gnupg-idea') 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 -- cgit