svn commit: r375380 - in head/x11-toolkits/libgdiplus: . files

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 01:27:04 UTC 2014


Author: antoine
Date: Wed Dec 24 01:27:03 2014
New Revision: 375380
URL: https://svnweb.freebsd.org/changeset/ports/375380
QAT: https://qat.redports.org/buildarchive/r375380/

Log:
  Properly support png15, remove useless patch

Deleted:
  head/x11-toolkits/libgdiplus/files/
Modified:
  head/x11-toolkits/libgdiplus/Makefile

Modified: head/x11-toolkits/libgdiplus/Makefile
==============================================================================
--- head/x11-toolkits/libgdiplus/Makefile	Wed Dec 24 01:25:21 2014	(r375379)
+++ head/x11-toolkits/libgdiplus/Makefile	Wed Dec 24 01:27:03 2014	(r375380)
@@ -12,7 +12,7 @@ COMMENT=	GDI+ API for System.Windows.For
 
 LIB_DEPENDS=	libtiff.so:${PORTSDIR}/graphics/tiff \
 		libgif.so:${PORTSDIR}/graphics/giflib \
-		libpng15.so:${PORTSDIR}/graphics/png \
+		libpng.so:${PORTSDIR}/graphics/png \
 		libcairo.so:${PORTSDIR}/graphics/cairo
 
 GNU_CONFIGURE=	yes
@@ -20,7 +20,7 @@ USES=		gmake libtool:keepla pathfix pkgc
 USE_GNOME=	glib20
 USE_LDCONFIG=	yes
 USE_XORG=	x11
-CPPFLAGS+=	-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 


More information about the svn-ports-head mailing list