diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 11:34:28 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-03-30 11:34:28 +0000 |
commit | 53bd48198940c3f530afd997f3ce5856561b49ef (patch) | |
tree | 3e1819efa96986b8fd3116c3aceae2a8af42d9ac /games/xmoto | |
parent | 0a8b0e9e91ce4c4e059cd76e9682e2796499af16 (diff) | |
download | ports-53bd48198940c3f530afd997f3ce5856561b49ef.tar.gz ports-53bd48198940c3f530afd997f3ce5856561b49ef.zip |
Notes
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 4359002f0a33..8fb5d0e0ec87 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -68,6 +68,10 @@ CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + ${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ + ${WRKSRC}/src/image/tim_png.cpp + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${DOCSDIR} |