1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/math/gnumeric2/files/patch-aa
Yukihiro Nakai 7e8bd61f07 Update to 0.41
PR:		ports/14541
Submitted by:	Ade Lovett<ade@lovett.com>
1999-10-27 10:26:39 +00:00

77 lines
2.3 KiB
Plaintext

--- configure.orig Tue Oct 19 09:12:29 1999
+++ configure Wed Oct 20 11:59:28 1999
@@ -2788,7 +2788,7 @@
fi
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
echo "$ac_t""yes" 1>&6
- PTHREAD_LIB="-lc_r"
+ PTHREAD_LIB=""
else
echo "$ac_t""no" 1>&6
echo $ac_n "checking for pthread_create""... $ac_c" 1>&6
@@ -3333,7 +3333,7 @@
echo $ac_n "(cached) $ac_c" 1>&6
else
ac_save_LIBS="$LIBS"
-LIBS="-lxml `$GNOME_CONFIG --libs xml` $LIBS"
+LIBS="`xml-config --libs` $LIBS"
cat > conftest.$ac_ext <<EOF
#line 3339 "configure"
#include "confdefs.h"
@@ -3364,7 +3364,7 @@
- GNOME_XML_LIB=`$GNOME_CONFIG --libs xml`
+ GNOME_XML_LIB=`xml-config --libs`
else
echo "$ac_t""no" 1>&6
@@ -5600,15 +5600,15 @@
fi
- USE_INCLUDED_LIBINTL=yes
+# USE_INCLUDED_LIBINTL=yes
CATOBJEXT=.gmo
INSTOBJEXT=.mo
DATADIRNAME=share
- INTLDEPS='$(top_builddir)/intl/libintl.a'
+ INTLDEPS='-lintl'
INTLLIBS=$INTLDEPS
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
- nls_cv_header_intl=intl/libintl.h
- nls_cv_header_libgt=intl/libgettext.h
+# nls_cv_header_intl=intl/libintl.h
+# nls_cv_header_libgt=intl/libgettext.h
fi
if test "$XGETTEXT" != ":"; then
@@ -6056,7 +6056,7 @@
echo "configure:6057: checking for GnomePrint libraries" >&5
if gnome-config --libs print > /dev/null 2>&1; then
echo "$ac_t""found" 1>&6
- . `gnome-config --libdir`/printConf.sh
+ . `gnome-config --sysconfdir`/printConf.sh
echo $ac_n "checking for GnomePrint >= 0.8""... $ac_c" 1>&6
echo "configure:6062: checking for GnomePrint >= 0.8" >&5
case x$MODULE_VERSION in
@@ -6071,14 +6071,14 @@
echo $ac_n "checking for Glade libraries""... $ac_c" 1>&6
echo "configure:6074: checking for Glade libraries" >&5
-if gnome-config --libs libglade > /dev/null 2>&1; then
+if libglade-config --libs > /dev/null 2>&1; then
echo "$ac_t""found" 1>&6
else
{ echo "configure: error: Did not find libGlade installed" 1>&2; exit 1; }
fi
-EXTRA_GNOME_LIBS=`gnome-config --libs gnomeui print libglade $bonobo`
-EXTRA_GNOME_CFLAGS=`gnome-config --cflags gnomeui print libglade $bonobo`
+EXTRA_GNOME_LIBS="`gnome-config --libs gnomeui print $bonobo` `libglade-config --libs gnome`"
+EXTRA_GNOME_CFLAGS="`gnome-config --cflags gnomeui print $bonobo` `libglade-config --cflags gnome`"