ports/sysutils/httplog/files/patch-configure
Dmitry Marakasov ff545f8c6d - Add LICENSE
- Switch to options helpers
- Regenerate patches with `make makepatch`
2016-03-16 02:34:41 +00:00

11 lines
316 B
Text

--- configure.orig 2002-01-22 02:45:23 UTC
+++ configure
@@ -140,7 +140,7 @@ int main(void) {
EOF
$CC -o ./dummy ./dummy.c -lz 1>/dev/null 2>&1
if [ $? -eq 0 ]; then
- if [ `./dummy` = "1.1.3" ]; then
+ if :; then
use_zlib=yes
LDFLAGS="$LDFLAGS -lz"
echo "Checking zlib version: `./dummy` found."