mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
74464f8050
- Patches to install with right ownership and modes PR: 25872 Submitted by: tkato@prontomail.ne.jp
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)
|
|
|