1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-toolkits/gtk20/files/patch-ae
Maxim Sobolev a4b3b6ad34 Add gtk13 after repo-copy from gtk12.
Warning: it is unstable development version, so you do not have to upgrade your
gtk12 LIB_DEPENDS!
2000-07-19 07:33:13 +00:00

29 lines
813 B
Plaintext

--- configure.orig Tue Jul 18 13:28:55 2000
+++ configure Tue Jul 18 13:31:30 2000
@@ -3821,7 +3821,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest*
INSTOBJEXT=.mo
@@ -3831,7 +3831,7 @@
# Added by Martin Baulig 12/15/98 for libc5 systems
if test "$gt_cv_func_dgettext_libc" != "yes" \
&& test "$gt_cv_func_dgettext_libintl" = "yes"; then
- INTLLIBS=-lintl
+ INTLLIBS="-lintl -lxpg4"
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
fi
@@ -4598,6 +4598,7 @@
glib_thread_cflags="$GLIB_CFLAGS"
glib_libs=`$GLIB_CONFIG_2_0 glib gobject gmodule --libs`
glib_thread_libs="$GLIB_LIBS"
+ GLIB_CFLAGS="$glib_cflags"
GLIB_LIBS="$glib_libs"
GLIB_DEPLIBS="$glib_libs"
else