diff options
Diffstat (limited to 'databases/mysql++1/files/patch-configure')
-rw-r--r-- | databases/mysql++1/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/mysql++1/files/patch-configure b/databases/mysql++1/files/patch-configure new file mode 100644 index 00000000000..9ffa22731a1 --- /dev/null +++ b/databases/mysql++1/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Thu May 5 13:30:26 2005 ++++ configure Mon May 9 21:09:42 2005 +@@ -7793,7 +7793,7 @@ + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" + + # Always use our own libtool. +-LIBTOOL='$(SHELL) $(top_builddir)/libtool' ++LIBTOOL='$(SHELL) $(top_builddir)/libtool --tag=CXX' + + # Prevent multiple expansion + |