Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Dec 2014 01:27:04 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r375380 - in head/x11-toolkits/libgdiplus: . files
Message-ID:  <201412240127.sBO1R4mB081557@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201412240127.sBO1R4mB081557>