mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 20:20:30 -04:00
ever. It fixes many bugs, and adds some features missing in previous FreeBSD ports. To help users upgrade from GNOME 2.4, we have constructed an upgrade FAQ at: http://www.freebsd.org/gnome/docs/faq26.html Please read it carefully. GNOME 2.6 packages are also available for all supported i386 versions of FreeBSD at: http://www.marcuscom.com/tinderbox/ The FreeBSD GNOME Team would like the thank the following users for their wonderful testing and patching efforts. We would especially like to thank Franz Klammer <klammer@webonaut.com> for his wonderful new splash screen. Without these people, our team, and our team alumni, GNOME on FreeBSD would not be possible. Jeremy Messenger <mezz7@cox.net> Khairil Yusof <kaeru@pd.jaring.my> Koop Mast <kwm@rainbow-runner.nl> Simon Barner <barner@in.tum.de> Tom McLaughlin <tmclaugh@sdf.lonestar.org> Scott Dodson <sdodson@sdodson.com> Vladimir Grebenschikov <vova@sw.ru>
69 lines
1.9 KiB
Text
69 lines
1.9 KiB
Text
--- configure.orig Sun Feb 8 16:04:02 2004
|
|
+++ configure Sun Feb 8 16:04:36 2004
|
|
@@ -22816,6 +22816,8 @@
|
|
if eval "test \"\${$as_ac_var+set}\" = set"; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
+ ac_check_lib_save_LIBS=$LIBS
|
|
+ LIBS="-lintl $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -22898,6 +22900,7 @@
|
|
fi
|
|
rm -f conftest.err conftest.$ac_objext \
|
|
conftest$ac_exeext conftest.$ac_ext
|
|
+LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
|
|
echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
|
|
@@ -22905,6 +22908,7 @@
|
|
cat >>confdefs.h <<_ACEOF
|
|
#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
|
|
_ACEOF
|
|
+ LIBS="-lintl $LIBS"
|
|
have_ngettext=yes
|
|
fi
|
|
done
|
|
@@ -26396,8 +26400,8 @@
|
|
done
|
|
fi
|
|
|
|
-echo "$as_me:$LINENO: checking for bzCompressInit in -lbz2" >&5
|
|
-echo $ECHO_N "checking for bzCompressInit in -lbz2... $ECHO_C" >&6
|
|
+echo "$as_me:$LINENO: checking for BZ2_bzCompressInit in -lbz2" >&5
|
|
+echo $ECHO_N "checking for BZ2_bzCompressInit in -lbz2... $ECHO_C" >&6
|
|
if test "${ac_cv_lib_bz2_bzCompressInit+set}" = set; then
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
@@ -26416,11 +26420,11 @@
|
|
#endif
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
-char bzCompressInit ();
|
|
+char BZ2_bzCompressInit ();
|
|
int
|
|
main ()
|
|
{
|
|
-bzCompressInit ();
|
|
+BZ2_bzCompressInit ();
|
|
;
|
|
return 0;
|
|
}
|
|
@@ -27547,7 +27551,7 @@
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
|
|
- LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto -ldl"
|
|
+ LDFLAGS="$LDFLAGS -L$with_openssl_libs -lssl -lcrypto"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
/* confdefs.h. */
|
|
_ACEOF
|
|
@@ -30543,6 +30547,7 @@
|
|
s,@ORBIT_IDL@,$ORBIT_IDL,;t t
|
|
s,@BONOBO_IDLDIR@,$BONOBO_IDLDIR,;t t
|
|
s,@WARN_CFLAGS@,$WARN_CFLAGS,;t t
|
|
+s,@PTHREAD_LIB@,$BSD_PTHREAD_LIBS,;t t
|
|
s,@GETTEXT_PACKAGE@,$GETTEXT_PACKAGE,;t t
|
|
s,@USE_NLS@,$USE_NLS,;t t
|
|
s,@MSGFMT@,$MSGFMT,;t t
|