aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/p5-Tk/files/patch-pTk-Makefile.PL
blob: 8eb26ea4aba7ce4294894bc0141b070b69c9df42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)'}
 );