diff options
author | Vincent Richard <[email protected]> | 2005-10-16 15:47:07 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-10-16 15:47:07 +0000 |
commit | 07220f6c5a2fe7b9d47664e8df0976c085b2c2fe (patch) | |
tree | 3dc4209f7a0304058457bdcc72b0a038a5628c94 | |
parent | Fixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI). (diff) | |
download | vmime-07220f6c5a2fe7b9d47664e8df0976c085b2c2fe.tar.gz vmime-07220f6c5a2fe7b9d47664e8df0976c085b2c2fe.zip |
Fixed libtool CXX tag on FreeBSD (thanks to Xin LI).
-rw-r--r-- | SConstruct | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1718,6 +1718,15 @@ esac AC_SUBST(VMIME_PKGCONFIGDIR) +# -- libtool 'CXX' tag +case "x${target_os}" in +xfreebsd*) + # FIXME: temporary hack until I find a better solution + # to make libtool use the C++ tag... + LIBTOOL="$LIBTOOL --tag=CXX" + ;; +esac + # # Flags |