pkgsrc/graphics/gimp-base/patches/patch-ad
jmmv 8fb2af55b7 I missed to fix a file during the conversion to PKG_SYSCONFDIR; this made
Gimp not to work properly... So here is it. Bump PKGREVISION to 4.
2002-12-28 22:47:57 +00:00

13 lines
440 B
Text

$NetBSD: patch-ad,v 1.1 2002/12/28 22:47:58 jmmv Exp $
--- configure.orig Sun Feb 10 07:21:30 2002
+++ configure
@@ -11959,7 +11959,7 @@ 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
+gimpsysconfdir=$sysconfdir
localedir='${prefix}/${DATADIRNAME}/locale'