summaryrefslogtreecommitdiff
path: root/graphics/p5-Gimp/files/patch-config.pl.in
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-05-06 04:02:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-05-06 04:02:25 +0000
commit2b5c59d4c962c6d3cb8491ebda99b6514c1df808 (patch)
tree089e822f741bc6e4bb0acfc024f8061082e6e0d7 /graphics/p5-Gimp/files/patch-config.pl.in
parentAs announced on 27 March 2003 in <20030328052350.GA18971@rot13.obsecurity.org>, (diff)
This port depended on PDL-2.3.4 which was removed for being broken for an
extended period, so remove it as well.
Notes
Notes: svn path=/head/; revision=80203
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, 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)."\\\"\"";