summaryrefslogtreecommitdiff
path: root/net/p5-Spread/files/patch-Makefile.PL
blob: 994e262f16e76e99caa7bf16e6f80878b2f0e797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- Makefile.PL.orig	Thu Sep 26 07:54:46 2002
+++ Makefile.PL	Mon Jun 12 12:13:33 2006
@@ -2,8 +2,8 @@
 use ExtUtils::MakeMaker 5.16 ;
 use Config ;
 
-$SPLIB_LIB = '-L../.. -L../spread-src-3.17.0/' ;
-$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.17.0/' ;
+$SPLIB_LIB = '-L../.. -L../spread-src-3.17.0/ -L/usr/local/lib' ;
+$SPLIB_INCLUDE = '-I ../.. -I ../spread-src-3.17.0/ -I/usr/local/include';
 
 WriteMakefile(
 	NAME		=> 'Spread',