mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Don't hard-code -O2
This commit is contained in:
parent
d3fa1e9d13
commit
0f150ffc26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42055
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user