diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-04 00:27:18 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-04 00:27:18 +0000 |
commit | 4781584ee7b540416eb2b1f9add29dae0e164a09 (patch) | |
tree | b8acb2038fb65a494137e9e8113b1001e6a1524c /security/botan | |
parent | eef470685fd9809c8ce616e076e0f51008142457 (diff) |
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/Makefile | 2 |
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} |