SF.net SVN: gar:[24991] csw/mgar/pkg/libpng/branches/libpng15/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon May 18 19:30:41 CEST 2015
Revision: 24991
http://sourceforge.net/p/gar/code/24991
Author: dmichelsen
Date: 2015-05-18 17:30:41 +0000 (Mon, 18 May 2015)
Log Message:
-----------
libpng/branches/libpng15: Cleanup, get rid of extra ISA pentium_pro as it is already the default
Modified Paths:
--------------
csw/mgar/pkg/libpng/branches/libpng15/Makefile
Modified: csw/mgar/pkg/libpng/branches/libpng15/Makefile
===================================================================
--- csw/mgar/pkg/libpng/branches/libpng15/Makefile 2015-05-18 16:55:22 UTC (rev 24990)
+++ csw/mgar/pkg/libpng/branches/libpng15/Makefile 2015-05-18 17:30:41 UTC (rev 24991)
@@ -13,19 +13,16 @@
VERSION = 1.5.13
GARTYPE = v2
DESCRIPTION = The official library for Portable Network Graphics format (PNG)
-define BLURB
-endef
+
+MASTER_SITES += $(SF_MIRROR)
+MASTER_SITES += ftp://ftp.simplesystems.org/pub/libpng/png/src/
+DISTFILES += $(NAME)-$(VERSION).tar.gz
+
VENDOR_URL = http://www.libpng.org/pub/png/libpng.html
-MASTER_SITES = $(SF_MIRROR)
-MASTER_SITES += ftp://ftp.simplesystems.org/pub/libpng/png/src/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
LICENSE = LICENSE
-CONFIGURE_ARGS = $(DIRPATHS)
-
-EXTRA_BUILD_ISAS = sparcv8plus+vis
+EXTRA_BUILD_ISAS += sparcv8plus+vis
EXTRA_BUILD_ISAS += sparcv8plus+vis2
-EXTRA_BUILD_ISAS += pentium_pro
#where can we build?
PACKAGING_PLATFORMS += solaris9-sparc
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list