diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-18 18:15:17 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2015-07-18 18:15:17 +0000 |
commit | 28a76bdb9ba4cbb88a5a7d27a25373da98ba400d (patch) | |
tree | c81a2b41fdc209379188aef9e52dffd5af6d0961 /databases/qdbm-plus/files/patch-configure | |
parent | Per r390886 stop pulling unnecessary GTK+ deps in my ports (diff) |
- Take maintainership.
- Fix CFLAGS and LDFLAGS.
- Fix a possible library path confusion.
- Style clean-ups.
Notes
Notes:
svn path=/head/; revision=392440
Diffstat (limited to 'databases/qdbm-plus/files/patch-configure')
-rw-r--r-- | databases/qdbm-plus/files/patch-configure | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/databases/qdbm-plus/files/patch-configure b/databases/qdbm-plus/files/patch-configure new file mode 100644 index 000000000000..38535a418c1d --- /dev/null +++ b/databases/qdbm-plus/files/patch-configure @@ -0,0 +1,20 @@ +--- configure.orig 2010-08-04 17:15:28 UTC ++++ configure +@@ -3203,7 +3203,7 @@ if test "${ac_cv_lib_iconv_main+set}" = + $as_echo_n "(cached) " >&6 + else + ac_check_lib_save_LIBS=$LIBS +-LIBS="-liconv $LIBS" ++LIBS="$ICONV_LIB $LIBS" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext + /* end confdefs.h. */ + +@@ -3232,7 +3232,7 @@ if test "x$ac_cv_lib_iconv_main" = x""ye + #define HAVE_LIBICONV 1 + _ACEOF + +- LIBS="-liconv $LIBS" ++ LIBS="$ICONV_LIB $LIBS" + + fi + |