diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-10-03 05:36:07 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-10-03 05:36:07 +0000 |
commit | 7d6631db554e6794a5cb4818a76d1a44a5845bdb (patch) | |
tree | 9faeae7ff252be2393bae27c622840ec94cabb63 /graphics/gimpshop/files | |
parent | b327e9c777ef2ae8102ffc409bb644729e611941 (diff) |
Notes
Diffstat (limited to 'graphics/gimpshop/files')
-rw-r--r-- | graphics/gimpshop/files/patch-ac | 11 | ||||
-rw-r--r-- | graphics/gimpshop/files/patch-ah | 2 | ||||
-rw-r--r-- | graphics/gimpshop/files/patch-at | 11 |
3 files changed, 23 insertions, 1 deletions
diff --git a/graphics/gimpshop/files/patch-ac b/graphics/gimpshop/files/patch-ac new file mode 100644 index 000000000000..22755b47efc9 --- /dev/null +++ b/graphics/gimpshop/files/patch-ac @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat May 6 01:10:00 2000 ++++ Makefile.in Sat May 6 01:10:12 2000 +@@ -196,7 +196,7 @@ + + man_MANS = gimp.1 gimptool.1 gimprc.5 + +-m4datadir = $(datadir)/aclocal ++m4datadir = $(prefix)/share/aclocal + m4data_DATA = gimp.m4 + + scriptdata = diff --git a/graphics/gimpshop/files/patch-ah b/graphics/gimpshop/files/patch-ah index 02c26a51f920..3fc2ddb5578a 100644 --- a/graphics/gimpshop/files/patch-ah +++ b/graphics/gimpshop/files/patch-ah @@ -19,7 +19,7 @@ -gimpdatadir=$datadir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -gimpplugindir=$libdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION -+gimpdatadir=$datadir/gimp ++gimpdatadir=$datadir/$PACKAGE +gimpplugindir=$libexecdir/$PACKAGE/$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION localedir='${prefix}/${DATADIRNAME}/locale' diff --git a/graphics/gimpshop/files/patch-at b/graphics/gimpshop/files/patch-at new file mode 100644 index 000000000000..7bcd4597b5a2 --- /dev/null +++ b/graphics/gimpshop/files/patch-at @@ -0,0 +1,11 @@ +--- plug-ins/perl/config.pl.in.orig Sat Apr 8 00:17:49 2000 ++++ plug-ins/perl/config.pl.in Sat Apr 8 00:18:18 2000 +@@ -91,7 +91,7 @@ + $GIMP_LIBS_NOUI =~ s%\$topdir%$topdir%g; + + # $...1 variables should be put in front of the corresponding MakeMaker values. +-$INC1 = "-I$topdir"; ++$INC1 = "-I$topdir -I\$(PERL_INC)"; + $DEFINE1 = $IN_GIMP ? "-DIN_GIMP" : ""; + $DEFINE1 = " -Ddatadir=\"\\\"".expand($datadir)."\\\"\""; + |