diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-06-11 10:02:15 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-06-11 10:02:15 +0000 |
commit | da1b083cd0c04fbddb8894e5048cfb8bb8d48ca8 (patch) | |
tree | c2e573a5d39fc4e425c40a06200bf069542453ac /x11-toolkits/p5-Tk/files/patch-pTk-Makefile.PL | |
parent | 837891a7142a31a81e0660ea9b7ffc5774fdb27d (diff) |
Notes
Diffstat (limited to 'x11-toolkits/p5-Tk/files/patch-pTk-Makefile.PL')
-rw-r--r-- | x11-toolkits/p5-Tk/files/patch-pTk-Makefile.PL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/p5-Tk/files/patch-pTk-Makefile.PL b/x11-toolkits/p5-Tk/files/patch-pTk-Makefile.PL new file mode 100644 index 000000000000..8eb26ea4aba7 --- /dev/null +++ b/x11-toolkits/p5-Tk/files/patch-pTk-Makefile.PL @@ -0,0 +1,11 @@ +--- pTk/Makefile.PL.orig Fri Jun 11 15:21:32 2004 ++++ pTk/Makefile.PL Fri Jun 11 15:21:57 2004 +@@ -12,7 +12,7 @@ + 'OBJECT' => '$(O_FILES)', + macro => { WINARCH => $win_arch }, + 'DEFINE' => $define, +- 'INC' => "$inc -I. -Ibitmaps", ++ 'INC' => "$inc -I. -Ibitmaps -I%%LOCALBASE%%/include", + 'SKIP' => [qw( distclean dist makeaperl xs_o)], + 'clean' => {'FILES' => 'libpTk$(LIB_EXT)'} + ); |