1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/x11-toolkits/gtk13/files/patch-ae
Maxim Sobolev e2d3b6a625 Update to 1.3.4.
Approved by:	maintainer
2001-04-30 05:29:45 +00:00

24 lines
582 B
Plaintext

$FreeBSD$
--- configure.orig Tue Apr 17 23:13:16 2001
+++ configure Sun Apr 29 14:55:08 2001
@@ -3842,7 +3842,7 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
CATOBJEXT=.mo
- DATADIRNAME=lib
+ DATADIRNAME=share
fi
rm -f conftest*
INSTOBJEXT=.mo
@@ -3852,7 +3852,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