diff options
Diffstat (limited to 'databases/kyototycoon/files/patch-configure')
-rw-r--r-- | databases/kyototycoon/files/patch-configure | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/databases/kyototycoon/files/patch-configure b/databases/kyototycoon/files/patch-configure index 2ac536c3a2ea..ad1c1a719508 100644 --- a/databases/kyototycoon/files/patch-configure +++ b/databases/kyototycoon/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2020-03-19 09:12:04 UTC +--- configure.orig 2012-05-02 13:04:11 UTC +++ configure -@@ -3389,10 +3389,10 @@ fi +@@ -3389,10 +3389,10 @@ then if test "$enable_opt" != "no" then printf 'checking for CPU optimization availability... ' @@ -14,3 +14,21 @@ printf 'yes\n' else printf 'no\n' +@@ -3729,7 +3729,7 @@ else + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-lstdc++ $LIBS" ++LIBS="$LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -3758,7 +3758,7 @@ _ACEOF + #define HAVE_LIBSTDC__ 1 + _ACEOF + +- LIBS="-lstdc++ $LIBS" ++ LIBS="$LIBS" + + fi + |