openbsd-ports/archivers/p5-Compress-Raw-Zlib/patches/patch-config_in
steven b8d4799fb2 import Compress::Raw::Zlib 2.004
low-level interface to zlib

from Giovanni Bechis <bigionews at snb.it>
2007-05-01 09:42:02 +00:00

17 lines
433 B
Plaintext

$OpenBSD: patch-config_in,v 1.1.1.1 2007/05/01 09:42:02 steven Exp $
--- config.in.orig Wed Mar 21 21:30:22 2007
+++ config.in Wed Mar 21 21:31:40 2007
@@ -16,9 +16,9 @@
# Setting the Gzip OS Code
#
-BUILD_ZLIB = True
-INCLUDE = ./zlib-src
-LIB = ./zlib-src
+BUILD_ZLIB = False
+INCLUDE = /usr/include
+LIB = /usr/lib
OLD_ZLIB = False
GZIP_OS_CODE = AUTO_DETECT