diff options
author | dinoex <dinoex@FreeBSD.org> | 2010-03-30 19:02:24 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2010-03-30 19:02:24 +0800 |
commit | 4fec80129f2a1f20811d102e5c2ea50986fb218e (patch) | |
tree | e923e5d56269b5dc8ec29145f10314aa5bf69a7f /games/briquolo | |
parent | 4030d09108fa0226782f5efc46df6c3c3ddc6925 (diff) | |
download | freebsd-ports-gnome-4fec80129f2a1f20811d102e5c2ea50986fb218e.tar.gz freebsd-ports-gnome-4fec80129f2a1f20811d102e5c2ea50986fb218e.tar.zst freebsd-ports-gnome-4fec80129f2a1f20811d102e5c2ea50986fb218e.zip |
- fix build for png-1.4.1
Diffstat (limited to 'games/briquolo')
-rw-r--r-- | games/briquolo/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/briquolo/Makefile b/games/briquolo/Makefile index 14e50e6549c1..e78c62922725 100644 --- a/games/briquolo/Makefile +++ b/games/briquolo/Makefile @@ -37,6 +37,11 @@ USE_GETTEXT= yes PLIST_SUB+= NLS="" #.endif +post-patch: + ${REINPLACE_CMD} -e 's|png_infopp_NULL|NULL|g' \ + -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ + ${WRKSRC}/src/MOGL/MOGL_Image.cpp + pre-install: ${MKDIR} ${PREFIX}/share/applications |