summaryrefslogtreecommitdiff
path: root/scripts/makefile.dec
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.dec')
-rw-r--r--scripts/makefile.dec6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/makefile.dec b/scripts/makefile.dec
index 3cfd44ef1..3ead62f03 100644
--- a/scripts/makefile.dec
+++ b/scripts/makefile.dec
@@ -1,14 +1,14 @@
# makefile for libpng on DEC Alpha Unix
# Copyright (C) 2000-2002, 2006 Glenn Randers-Pehrson
# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc.
-
+#
# This code is released under the libpng license.
# For conditions of distribution and use, see the disclaimer
# and license in png.h
# Library name:
PNGMAJ = 0
-PNGMIN = 1.0.50
+PNGMIN = 1.0.51rc01
PNGVER = $(PNGMAJ).$(PNGMIN)
LIBNAME = libpng10
@@ -57,7 +57,7 @@ DM=$(DESTDIR)$(MANPATH)
ZLIBLIB=../zlib
ZLIBINC=../zlib
-CFLAGS=-std -w1 -I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
+CFLAGS=-DPNG_CONFIGURE_LIBPNG -std -w1 -I$(ZLIBINC) -O # -g -DPNG_DEBUG=1
LDFLAGS=-L$(ZLIBLIB) -rpath $(ZLIBLIB) libpng.a -lz -lm
OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \