diff --git a/archivers/p5-Compress-LZO/patches/patch-Makefile_PL b/archivers/p5-Compress-LZO/patches/patch-Makefile_PL index 845defa9fd1..2c0d5e27153 100644 --- a/archivers/p5-Compress-LZO/patches/patch-Makefile_PL +++ b/archivers/p5-Compress-LZO/patches/patch-Makefile_PL @@ -1,12 +1,12 @@ -$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2000/07/07 03:41:36 kevlo Exp $ ---- Makefile.PL.orig Thu Jul 6 05:06:42 2000 -+++ Makefile.PL Thu Jul 6 05:06:51 2000 +$OpenBSD: patch-Makefile_PL,v 1.2 2004/09/22 14:17:22 danh Exp $ +--- Makefile.PL.orig Sun Aug 23 12:14:41 1998 ++++ Makefile.PL Sun Aug 29 09:52:03 2004 @@ -6,14 +6,14 @@ use Config; # and can be found. #$LZO_INCLUDE = '-I/usr/include/lzo'; -#$LZO_INCLUDE = '-I/usr/local/include'; -+$LZO_INCLUDE = '-I/usr/local/include'; ++$LZO_INCLUDE = '-I$(LOCALBASE)/include'; #$LZO_INCLUDE = '-I/usr/local/include/lzo'; # If liblzo is not installed in some place obvious, uncomment the next @@ -14,7 +14,7 @@ $OpenBSD: patch-Makefile_PL,v 1.1.1.1 2000/07/07 03:41:36 kevlo Exp $ # installed. -#$LZO_LIB = '-L/usr/local/lib'; -+$LZO_LIB = '-L/usr/local/lib'; ++$LZO_LIB = '-L$(LOCALBASE)/lib'; # It shouldn't be necessary to change anything from here on.