1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/gimp/files/patch-ah
Jeremy Lea a146f9f784 Merge the gimp1 and gimp1-i18n ports, and update to GIMP 1.1.17.
PR:		ports/16837, ports/16913
Reviewed by:	maintainers
2000-02-24 07:32:36 +00:00

36 lines
916 B
Plaintext

--- configure.orig Fri Feb 11 10:32:12 2000
+++ configure Sat Feb 19 13:51:36 2000
@@ -3480,7 +3480,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
@@ -7017,7 +7021,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`
@@ -8561,10 +8565,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"