svn commit: r375370 - in head/devel: clanlib1 clanlib22

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 23 23:17:21 UTC 2014


Author: bapt
Date: Tue Dec 23 23:17:19 2014
New Revision: 375370
URL: https://svnweb.freebsd.org/changeset/ports/375370
QAT: https://qat.redports.org/buildarchive/r375370/

Log:
  png public interface is enough to build those ports

Modified:
  head/devel/clanlib1/Makefile
  head/devel/clanlib22/Makefile

Modified: head/devel/clanlib1/Makefile
==============================================================================
--- head/devel/clanlib1/Makefile	Tue Dec 23 23:14:07 2014	(r375369)
+++ head/devel/clanlib1/Makefile	Tue Dec 23 23:17:19 2014	(r375370)
@@ -15,7 +15,7 @@ COMMENT=	Cross-platform game SDK
 LICENSE=	ZLIB
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng15.so:${PORTSDIR}/graphics/png \
+		libpng.so:${PORTSDIR}/graphics/png \
 		libmikmod.so:${PORTSDIR}/audio/libmikmod \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis
 
@@ -25,7 +25,7 @@ USE_LDCONFIG=	yes
 USE_SDL=	gfx
 USE_GL=		yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docs \

Modified: head/devel/clanlib22/Makefile
==============================================================================
--- head/devel/clanlib22/Makefile	Tue Dec 23 23:14:07 2014	(r375369)
+++ head/devel/clanlib22/Makefile	Tue Dec 23 23:17:19 2014	(r375370)
@@ -15,7 +15,7 @@ COMMENT=	Cross-platform game SDK
 LICENSE=	ZLIB
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
-		libpng15.so:${PORTSDIR}/graphics/png \
+		libpng.so:${PORTSDIR}/graphics/png \
 		libmikmod.so:${PORTSDIR}/audio/libmikmod \
 		libvorbis.so:${PORTSDIR}/audio/libvorbis \
 		libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
@@ -27,7 +27,7 @@ USE_LDCONFIG=	yes
 USE_GL=		yes
 USE_SQLITE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-docs \


More information about the svn-ports-head mailing list