diff options
Diffstat (limited to 'graphics/gimp1-base/patches/patch-ad')
-rw-r--r-- | graphics/gimp1-base/patches/patch-ad | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/gimp1-base/patches/patch-ad b/graphics/gimp1-base/patches/patch-ad new file mode 100644 index 00000000000..b7ce323fa16 --- /dev/null +++ b/graphics/gimp1-base/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1.1.1 2004/03/29 22:06:51 xtraeme 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' + |