- fix package for png-1.4.1
Reported by: kwm
This commit is contained in:
parent
39c2860af1
commit
3e0f1556f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251831
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
PORTNAME= libgdiplus
|
PORTNAME= libgdiplus
|
||||||
PORTVERSION= 2.4.2
|
PORTVERSION= 2.4.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= x11-toolkits
|
CATEGORIES= x11-toolkits
|
||||||
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
|
||||||
|
|
||||||
|
@ -36,6 +36,8 @@ CPPFLAGS+= -DPNG_DEPSTRUCT=
|
||||||
post-patch:
|
post-patch:
|
||||||
${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
|
${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
|
${WRKSRC}/cairo/src/cairo-png.c
|
||||||
|
${REINPLACE_CMD} -e 's|libpng12|libpng14|' \
|
||||||
|
${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue