openbsd-ports/archivers/p5-Compress-LZO/patches/patch-Makefile_PL
kevlo 6e7b9c0b28 Initial import of p5-Cmprs-LZO-1.00.
p5-Cmprs-LZO is Perl5 interface to lzo compression library.

Submitted by:	Dan Harnett <danh@nfol.com>
2000-07-07 03:41:36 +00:00

21 lines
696 B
Plaintext

$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
@@ -6,14 +6,14 @@ use Config;
# <lzoconf.h> and <lzo1x.h> can be found.
#$LZO_INCLUDE = '-I/usr/include/lzo';
-#$LZO_INCLUDE = '-I/usr/local/include';
+$LZO_INCLUDE = '-I/usr/local/include';
#$LZO_INCLUDE = '-I/usr/local/include/lzo';
# If liblzo is not installed in some place obvious, uncomment the next
# line and change the path to point to the directory where liblzo is
# installed.
-#$LZO_LIB = '-L/usr/local/lib';
+$LZO_LIB = '-L/usr/local/lib';
# It shouldn't be necessary to change anything from here on.