summaryrefslogtreecommitdiff
path: root/graphics/gimp-app-devel/files/patch-at
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-10-03 05:36:07 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-10-03 05:36:07 +0000
commit7d6631db554e6794a5cb4818a76d1a44a5845bdb (patch)
tree9faeae7ff252be2393bae27c622840ec94cabb63 /graphics/gimp-app-devel/files/patch-at
parentMaintainer is now a committer, update email accordingly (diff)
Support WITH_PERL properly on -current.
Notes
Notes: svn path=/head/; revision=33351
Diffstat (limited to 'graphics/gimp-app-devel/files/patch-at')
-rw-r--r--graphics/gimp-app-devel/files/patch-at11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/gimp-app-devel/files/patch-at b/graphics/gimp-app-devel/files/patch-at
new file mode 100644
index 000000000000..7bcd4597b5a2
--- /dev/null
+++ b/graphics/gimp-app-devel/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)."\\\"\"";
+