openbsd-ports/archivers/p5-Compress-Bzip2/patches/patch-config_in
kevlo cb369e4eeb import of p5-Compress-Bzip2-2.09
p5-Compress-Bzip2 a Perl interface to the bzip2 compression
algorithms. It uses the low level interface to the algorithm,
and reimplements all high level routines.

ok jasper@
2008-11-11 13:55:21 +00:00

19 lines
524 B
Plaintext

$OpenBSD: patch-config_in,v 1.1.1.1 2008/11/11 13:55:21 kevlo Exp $
--- config.in.orig Tue Apr 26 20:05:20 2005
+++ config.in Tue Nov 4 15:57:03 2008
@@ -8,10 +8,10 @@
# This file is used to control which bzip2 library will be used by
# Compress::Bzip2
-BUILD_BZLIB = Test
+BUILD_BZLIB = 0
-BZLIB_INCLUDE = #./bzlib-src
-BZLIB_LIB = #./bzlib-src
-BZLIB_BIN = #./bzlib-src
+BZLIB_INCLUDE = ${LOCALBASE}/include
+BZLIB_LIB = ${LOCALBASE}/lib
+BZLIB_BIN = ${LOCALBASE}/bin
# end of file config.in