1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/gimpshop/files/patch-at
2000-10-03 05:36:07 +00:00

12 lines
427 B
Plaintext

--- 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)."\\\"\"";