mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2923a6b6be
PR: ports/14294 Submitted by: Brian Handy <handy@physics.montana.edu>
36 lines
916 B
Plaintext
36 lines
916 B
Plaintext
--- configure.orig Wed Oct 6 14:00:22 1999
|
|
+++ configure Tue Oct 12 13:37:31 1999
|
|
@@ -3471,7 +3471,11 @@
|
|
cat conftest.$ac_ext >&5
|
|
rm -rf conftest*
|
|
CATOBJEXT=.mo
|
|
- DATADIRNAME=lib
|
|
+ DATADIRNAME=share
|
|
+ INTLDEPS='-lintl'
|
|
+ INTLLIBS=$INTLDEPS
|
|
+ LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
|
+
|
|
fi
|
|
rm -f conftest*
|
|
INSTOBJEXT=.mo
|
|
@@ -7108,7 +7112,7 @@
|
|
fi
|
|
|
|
gimpdatadir=$datadir/gimp
|
|
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
|
+gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
|
|
localedir='${prefix}/${DATADIRNAME}/locale'
|
|
|
|
brushdata=`ls -1 $srcdir/data/brushes | grep -v Makefile`
|
|
@@ -8513,10 +8517,6 @@
|
|
top_srcdir="$ac_dots$ac_given_srcdir" ;;
|
|
esac
|
|
|
|
- case "$ac_given_INSTALL" in
|
|
- [/$]*) INSTALL="$ac_given_INSTALL" ;;
|
|
- *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
|
|
- esac
|
|
|
|
echo creating "$ac_file"
|
|
rm -f "$ac_file"
|