1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/graphics/p5-Gimp/files/patch-Gimp::Makefile.PL
Vanilla I. Shu 6b42c222b5 Upgrade to 1.211, add a patch to fix callback problem.
PR:		plamabal @ #bsdchat of taiwan.
2002-04-12 06:15:03 +00:00

12 lines
523 B
Perl

--- Gimp/Makefile.PL.orig Thu Apr 11 17:54:39 2002
+++ Gimp/Makefile.PL Thu Apr 11 17:54:56 2002
@@ -33,7 +33,7 @@
WriteMakefile(
'NAME' => 'Gimp::Lib',
'VERSION_FROM' => '../Gimp.pm',
- 'INC' => "$INC1 $GIMP_INC_NOUI $CPPFLAGS $pdl_inc $CFLAGS",
+ 'INC' => "$INC1 $GIMP_INC_NOUI $CPPFLAGS $pdl_inc $CFLAGS -I/usr/local/include",
'DEFINE' => "$DEFINE1 $DEFS",
'macro' => { libdir => $libdir, exec_prefix => $exec_prefix, prefix => $prefix },
'TYPEMAPS' => ["$topdir/typemap",@pdl_typemaps],