diff options
author | naddy <naddy@FreeBSD.org> | 2003-05-04 08:27:18 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-05-04 08:27:18 +0800 |
commit | cc1e21d6195356fadeb8e6958c3b423aad46888c (patch) | |
tree | 0e402b9e66fc017c1174ee42cbf1fedbc0f40649 /security/botan | |
parent | 1a6ab0ce485f9994624818c106d8a316615f5d09 (diff) | |
download | freebsd-ports-gnome-cc1e21d6195356fadeb8e6958c3b423aad46888c.tar.gz freebsd-ports-gnome-cc1e21d6195356fadeb8e6958c3b423aad46888c.tar.zst freebsd-ports-gnome-cc1e21d6195356fadeb8e6958c3b423aad46888c.zip |
Fix build on -CURRENT/i386.
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Reported by: kris (bento)
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} |