aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-10-16 15:47:07 +0000
committerVincent Richard <[email protected]>2005-10-16 15:47:07 +0000
commit07220f6c5a2fe7b9d47664e8df0976c085b2c2fe (patch)
tree3dc4209f7a0304058457bdcc72b0a038a5628c94
parentFixed 'pkgconfigdir' on FreeBSD (thanks to Xin LI). (diff)
downloadvmime-07220f6c5a2fe7b9d47664e8df0976c085b2c2fe.tar.gz
vmime-07220f6c5a2fe7b9d47664e8df0976c085b2c2fe.zip
Fixed libtool CXX tag on FreeBSD (thanks to Xin LI).
-rw-r--r--SConstruct9
1 files changed, 9 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index a1d61661..dfd4c8be 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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