mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
e2d3b6a625
Approved by: maintainer
24 lines
582 B
Plaintext
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
|
|
|