mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
12 lines
323 B
Plaintext
12 lines
323 B
Plaintext
|
--- ../Makefile.in.orig Wed Feb 28 19:34:16 2001
|
||
|
+++ ../Makefile.in Tue Mar 20 01:40:14 2001
|
||
|
@@ -187,7 +187,7 @@
|
||
|
if [ ! -f Makefile -o ! -f wwwconf.h ] ; then \
|
||
|
$$libwwwdir/configure \
|
||
|
--disable-shared \
|
||
|
- --with-zlib="$$localdir/libz.a"; \
|
||
|
+ --with-zlib; \
|
||
|
$(ECHO) "libwww is configured" ; \
|
||
|
fi)
|
||
|
|