aboutsummaryrefslogtreecommitdiff
path: root/security/cryptopp
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2005-06-12 07:33:40 +0000
committerPatrick Li <pat@FreeBSD.org>2005-06-12 07:33:40 +0000
commit9b415fb00142fe075ed78e520649cb8b1ba14d64 (patch)
tree32e9b5ed5119dd05495fd6f8af3da3ada6407c99 /security/cryptopp
parent112b0c3c7b294c8ceaa605f68003098388efa66a (diff)
downloadports-9b415fb00142fe075ed78e520649cb8b1ba14d64.tar.gz
ports-9b415fb00142fe075ed78e520649cb8b1ba14d64.zip
Disable optimization
PR: ports/76875 Submitted by: Thomas Melzer <tmelzer@tomesoft.de> Reviewed by: pav Approved by: maintainer
Notes
Notes: svn path=/head/; revision=137306
Diffstat (limited to 'security/cryptopp')
-rw-r--r--security/cryptopp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/cryptopp/Makefile b/security/cryptopp/Makefile
index c1cb7704526f..6257ce828ccf 100644
--- a/security/cryptopp/Makefile
+++ b/security/cryptopp/Makefile
@@ -25,7 +25,7 @@ USE_ZIP= yes
EXTRACT_BEFORE_ARGS= -aq
USE_GMAKE= yes
MAKEFILE= GNUmakefile
-CXXFLAGS+= -fPIC
+CXXFLAGS+= -fPIC -O0
.include <bsd.port.pre.mk>