SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
29
net/pavuk/patches/patch-configure
Normal file
29
net/pavuk/patches/patch-configure
Normal file
|
@ -0,0 +1,29 @@
|
|||
--- configure.orig Wed Jan 9 11:54:18 2008
|
||||
+++ configure Wed Jan 9 11:55:00 2008
|
||||
@@ -7406,7 +7406,7 @@ if test "${ac_cv_lib_intl_gettext+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-lintl $LIBS"
|
||||
+LIBS="-lintl -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
||||
@@ -7478,7 +7478,7 @@ fi
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_lib_intl_gettext" >&5
|
||||
echo "${ECHO_T}$ac_cv_lib_intl_gettext" >&6; }
|
||||
if test $ac_cv_lib_intl_gettext = yes; then
|
||||
- INTL_LIBS="-lintl";_INTL_LIB="intl"
|
||||
+ INTL_LIBS="-lintl -liconv";_INTL_LIB="intl"
|
||||
fi
|
||||
|
||||
fi
|
||||
@@ -7497,7 +7497,7 @@ if { as_var=$as_ac_Lib; eval "test \"\${$as_var+set}\"
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
else
|
||||
ac_check_lib_save_LIBS=$LIBS
|
||||
-LIBS="-l$_INTL_LIB $LIBS"
|
||||
+LIBS="-l$_INTL_LIB -liconv $LIBS"
|
||||
cat >conftest.$ac_ext <<_ACEOF
|
||||
/* confdefs.h. */
|
||||
_ACEOF
|
Loading…
Add table
Add a link
Reference in a new issue