mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
15 lines
361 B
Text
15 lines
361 B
Text
--- config.in.orig 2023-09-03 19:08:08 UTC
|
|
+++ config.in
|
|
@@ -11,9 +11,9 @@
|
|
# Setting the Gzip OS Code
|
|
#
|
|
|
|
-BUILD_ZLIB = True
|
|
-ZLIB_INCLUDE = ./zlib-src
|
|
-ZLIB_LIB = ./zlib-src
|
|
+BUILD_ZLIB = False
|
|
+ZLIB_INCLUDE = /usr/include
|
|
+ZLIB_LIB = /usr/lib
|
|
OLD_ZLIB = False
|
|
GZIP_OS_CODE = AUTO_DETECT
|
|
USE_ZLIB_NG = False
|