summaryrefslogtreecommitdiff
path: root/scripts/makefile.nommx
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.nommx')
-rw-r--r--scripts/makefile.nommx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/makefile.nommx b/scripts/makefile.nommx
index f152f0df3..c7bc833dd 100644
--- a/scripts/makefile.nommx
+++ b/scripts/makefile.nommx
@@ -51,7 +51,7 @@ WARNMORE=-Wwrite-strings -Wpointer-arith -Wshadow \
# for pgcc version 2.95.1, -O3 is buggy; don't use it.
-CFLAGS=-I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
+CFLAGS=-DPNG_CONFIGURE_LIBPNG -I$(ZLIBINC) -W -Wall -O3 -funroll-loops -DPNG_NO_MMX_CODE \
$(ALIGN) # $(WARNMORE) -g -DPNG_DEBUG=5
LDFLAGS=-L. -Wl,-rpath,. -L$(ZLIBLIB) -Wl,-rpath,$(ZLIBLIB) -lpng12 -lz -lm