diff options
Diffstat (limited to 'graphics/p5-Gimp/files/patch-config.pl.in')
-rw-r--r-- | graphics/p5-Gimp/files/patch-config.pl.in | 10 |
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)."\\\"\""; |