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, 0 insertions, 10 deletions
diff --git a/graphics/p5-Gimp/files/patch-config.pl.in b/graphics/p5-Gimp/files/patch-config.pl.in deleted file mode 100644 index 23673a175704..000000000000 --- a/graphics/p5-Gimp/files/patch-config.pl.in +++ /dev/null @@ -1,10 +0,0 @@ ---- 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)."\\\"\""; |