diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-30 22:24:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-30 22:24:36 +0800 |
commit | 32d3ffd22ce72ad4b8755eed1bd899d18da6c496 (patch) | |
tree | 195edd6d7fd656282ae634756d3ff4b95f94f59c /x11-toolkits | |
parent | cfa6ce088150975fd3d3ab1614b4d4125b8667b1 (diff) | |
download | freebsd-ports-gnome-32d3ffd22ce72ad4b8755eed1bd899d18da6c496.tar.gz freebsd-ports-gnome-32d3ffd22ce72ad4b8755eed1bd899d18da6c496.tar.zst freebsd-ports-gnome-32d3ffd22ce72ad4b8755eed1bd899d18da6c496.zip |
- fix package for png-1.4.1
Reported by: kwm
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libgdiplus/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.pre.mk> |