diff options
-rw-r--r-- | games/wesnoth-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/wesnoth-devel/Makefile b/games/wesnoth-devel/Makefile index 6f56438af8db..35ad4f12451e 100644 --- a/games/wesnoth-devel/Makefile +++ b/games/wesnoth-devel/Makefile @@ -206,6 +206,11 @@ BROKEN= you need NLS support for `campaignd' or `wesnothd' or tools to link aga BROKEN= NOPORT(DOCS|DATA) is not supported .endif +post-patch: + ${REINPLACE_CMD} -e 's|png_voidp_NULL|NULL|g' \ + -e 's|png_error_ptr_NULL|NULL|g' \ + ${WRKSRC}/src/tools/exploder_utils.cpp + post-install: .SILENT -update-desktop-database |