summaryrefslogtreecommitdiff
path: root/graphics/p5-Gimp/files/patch-config.pl.in
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 22:16:41 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-14 22:16:41 +0000
commit346d17e89df9eae5b8978f156de7ed37f0686477 (patch)
treed52d85ad058f5fa7f8f8e6f4171b7690c55d76a9 /graphics/p5-Gimp/files/patch-config.pl.in
parentThe old distfile is gone on the previous server. There's an HTTP (diff)
Add p5-Gimp, it's perl binding for gimp.
Notes
Notes: svn path=/head/; revision=39857
Diffstat (limited to 'graphics/p5-Gimp/files/patch-config.pl.in')
-rw-r--r--graphics/p5-Gimp/files/patch-config.pl.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/p5-Gimp/files/patch-config.pl.in b/graphics/p5-Gimp/files/patch-config.pl.in
new file mode 100644
index 000000000000..23673a175704
--- /dev/null
+++ b/graphics/p5-Gimp/files/patch-config.pl.in
@@ -0,0 +1,10 @@
+--- config.pl.in.orig Fri Dec 22 07:18:01 2000
++++ config.pl.in Fri Dec 22 07:18:29 2000
+@@ -92,7 +92,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)."\\\"\"";