openbsd-ports/graphics/gimp/patches/patch-configure
2001-01-26 00:34:29 +00:00

28 lines
750 B
Plaintext

--- configure.orig Sun Jan 21 21:48:18 2001
+++ configure Thu Jan 25 12:51:38 2001
@@ -3470,7 +3470,10 @@
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
@@ -7147,9 +7150,9 @@
fi
-gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
-gimpsysconfdir=$sysconfdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION
+gimpdatadir=$datadir/$PACKAGE
+gimpplugindir=$libdir/$PACKAGE
+gimpsysconfdir=$sysconfdir/$PACKAGE
localedir='${prefix}/${DATADIRNAME}/locale'