From eb2b0248e215fc06e59b630f868588e3e869db5a Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Sat, 22 Mar 2014 13:47:31 -0500 Subject: [PATCH] [libpng17] Complete the update of scripts/makefile.ne12bsd. --- scripts/makefile.ne12bsd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/makefile.ne12bsd b/scripts/makefile.ne12bsd index b60d2fae5..5b939d7e6 100644 --- a/scripts/makefile.ne12bsd +++ b/scripts/makefile.ne12bsd @@ -26,6 +26,10 @@ MAN= libpng.3 libpngpf.3 png.5 CPPFLAGS+=-I${.CURDIR} +# Pre-built configuration +# See scripts/pnglibconf.mak for more options +PNGLIBCONF_H_PREBUILT= scripts/pnglibconf.h.prebuilt + # We should be able to do something like this instead of the manual # uncommenting, but it core dumps for me at the moment: # .if ${MACHINE_ARCH} == "i386"