From e57506a381308a1cc28bbddbc618aba1757bafd1 Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 4 Apr 1999 23:44:50 +0000 Subject: [PATCH] Don't lie about ZLIB, it's not under /usr/local, and we don't need to specify anything to use it since it's in the standard place. --- graphics/png/patches/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/png/patches/patch-aa b/graphics/png/patches/patch-aa index 09f4ebde6f5..f7889d24603 100644 --- a/graphics/png/patches/patch-aa +++ b/graphics/png/patches/patch-aa @@ -16,8 +16,8 @@ -CC=cc -CFLAGS=-I$(ZLIBINC) -O # -g -DPNG_DEBUG=5 -LDFLAGS=-L. -L$(ZLIBLIB) -lpng -lz -lm -+ZLIBLIB=/usr/local/lib -+ZLIBINC=/usr/local/include ++#ZLIBLIB=/usr/local/lib ++#ZLIBINC=/usr/local/include +#ZLIBLIB=../zlib +#ZLIBINC=../zlib +