diff options
Diffstat (limited to 'graphics/giram/patches/patch-ab')
-rw-r--r-- | graphics/giram/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/giram/patches/patch-ab b/graphics/giram/patches/patch-ab new file mode 100644 index 00000000000..3f5d0f45245 --- /dev/null +++ b/graphics/giram/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2003/05/24 11:23:09 salo Exp $ + +--- configure.orig 2003-05-24 11:42:37.000000000 +0200 ++++ configure 2003-05-24 11:56:54.000000000 +0200 +@@ -9017,7 +9017,7 @@ + + giramdatadir=$datadir/$PACKAGE/$GIRAM_MAJOR_VERSION.$GIRAM_MINOR_VERSION + giramplugindir=$libdir/$PACKAGE/$GIRAM_MAJOR_VERSION.$GIRAM_MINOR_VERSION +-giramsysconfdir=$sysconfdir/$PACKAGE/$GIRAM_MAJOR_VERSION.$GIRAM_MINOR_VERSION ++giramsysconfdir=$sysconfdir + + colordata=`ls -1 $srcdir/data/color | grep -v Makefile` + color_mapdata=`ls -1 $srcdir/data/color_map | grep -v Makefile` |