diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 14:24:36 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 14:24:36 +0000 |
commit | 3e0f1556f9d350d21b6bfd97cb3b5f6c9d7adbf3 (patch) | |
tree | 7707e387776c520b02c2c1b4bde5e0610c1de456 /x11-toolkits | |
parent | 39c2860af13ac268ada52fcd212cb9f9c64b68c7 (diff) | |
download | ports-3e0f1556f9d350d21b6bfd97cb3b5f6c9d7adbf3.tar.gz ports-3e0f1556f9d350d21b6bfd97cb3b5f6c9d7adbf3.zip |
- fix package for png-1.4.1
Reported by: kwm
Notes
Notes:
svn path=/head/; revision=251831
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> |