summaryrefslogtreecommitdiff
path: root/scripts/makefile.64sunu
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/makefile.64sunu')
-rw-r--r--scripts/makefile.64sunu4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/makefile.64sunu b/scripts/makefile.64sunu
index 0f8a55f06..a9b40f25c 100644
--- a/scripts/makefile.64sunu
+++ b/scripts/makefile.64sunu
@@ -33,7 +33,7 @@ RANLIB=echo
LIBNAME=libpng12
PNGMAJ = 0
-PNGMIN = 1.2.5rc3
+PNGMIN = 1.2.5
PNGVER = $(PNGMAJ).$(PNGMIN)
INCPATH=$(prefix)/include
@@ -84,7 +84,7 @@ libpng-config:
echo L_opts=\"-L$(LIBPATH)\"; \
echo R_opts=\"-R$(LIBPATH)\"; \
echo ccopts=\"-xtarget=ultra -xarch=v9\"; \
- echo ldopts=\"-xtarget=ultra -xarch=v9 \"; \
+ echo ldopts=\"-xtarget=ultra -xarch=v9\"; \
echo libs=\"-lpng12 -lz -lm\"; \
cat scripts/libpng-config-body.in ) > libpng-config
chmod +x libpng-config