aboutsummaryrefslogtreecommitdiff
path: root/security/botan
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-05-04 00:27:18 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-05-04 00:27:18 +0000
commit4781584ee7b540416eb2b1f9add29dae0e164a09 (patch)
treeb8acb2038fb65a494137e9e8113b1001e6a1524c /security/botan
parenteef470685fd9809c8ce616e076e0f51008142457 (diff)
downloadports-4781584ee7b540416eb2b1f9add29dae0e164a09.tar.gz
ports-4781584ee7b540416eb2b1f9add29dae0e164a09.zip
Fix build on -CURRENT/i386.
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Reported by: kris (bento)
Notes
Notes: svn path=/head/; revision=80089
Diffstat (limited to 'security/botan')
-rw-r--r--security/botan/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile
index d504eddf6440..7df7cbc0271c 100644
--- a/security/botan/Makefile
+++ b/security/botan/Makefile
@@ -25,7 +25,7 @@ CONFIGURE_SCRIPT= configure.pl
CONFIGURE_ARGS= gcc-freebsd-generic
USE_GMAKE= yes
MAKE_ARGS= CXX="${CXX}" LIB_OPT="${CXXFLAGS}" \
- LANG_FLAGS="-fpermissive -ansi"
+ LANG_FLAGS="-fpermissive"
INSTALLS_SHLIB= yes
PLIST_SUB= PORTVERSION=${PORTVERSION}