1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/www/amaya/files/patch-ac
Dirk Meyer 74464f8050 - Uses shared png and jpeg libs
- Patches  to install with right ownership and modes

PR:		25872
Submitted by:	tkato@prontomail.ne.jp
2001-03-20 05:54:37 +00:00

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)