From 3e0f1556f9d350d21b6bfd97cb3b5f6c9d7adbf3 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Tue, 30 Mar 2010 14:24:36 +0000 Subject: [PATCH] - fix package for png-1.4.1 Reported by: kwm --- x11-toolkits/libgdiplus/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-toolkits/libgdiplus/Makefile b/x11-toolkits/libgdiplus/Makefile index ba4625740441..231f78724c04 100644 --- a/x11-toolkits/libgdiplus/Makefile +++ b/x11-toolkits/libgdiplus/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgdiplus PORTVERSION= 2.4.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/ @@ -36,6 +36,8 @@ CPPFLAGS+= -DPNG_DEPSTRUCT= post-patch: ${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ ${WRKSRC}/cairo/src/cairo-png.c + ${REINPLACE_CMD} -e 's|libpng12|libpng14|' \ + ${WRKSRC}/configure .include