diff options
author | danfe <danfe@FreeBSD.org> | 2018-01-16 00:53:05 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:24:29 +0800 |
commit | 74e48a51048c710dae116228de723ae8a4486db8 (patch) | |
tree | ff500e1979f8dfb90aac0086cd257bebef93d5c6 /games | |
parent | dbfee4e48f0a545df707acbdf3e7a3af627be5b1 (diff) | |
download | freebsd-ports-gnome-74e48a51048c710dae116228de723ae8a4486db8.tar.gz freebsd-ports-gnome-74e48a51048c710dae116228de723ae8a4486db8.tar.zst freebsd-ports-gnome-74e48a51048c710dae116228de723ae8a4486db8.zip |
- Unbreak the build against new Clang version 6.0.0
- While here, adjust COMMENT: Hexen support is limited
PR: 224989
Diffstat (limited to 'games')
-rw-r--r-- | games/yadex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/yadex/Makefile b/games/yadex/Makefile index 0e9148c77d99..a3386907e881 100644 --- a/games/yadex/Makefile +++ b/games/yadex/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://www.teaser.fr/~amajorel/yadex/ DIST_SUBDIR= ${PORTNAME} MAINTAINER= danfe@FreeBSD.org -COMMENT= WAD file editor, for games like Doom and Hexen +COMMENT= WAD file editor, for games like Doom and Heretic LICENSE= GPLv2 @@ -60,6 +60,8 @@ post-patch: @${REINPLACE_CMD} -E 's,^#(CXXFLAGS \+= -DWHITE_BACKGROUND)$$,\1,' \ ${WRKSRC}/${MAKEFILE} .endif +# Fix the build against Clang 6.0.0 + @${REINPLACE_CMD} -e 's,1000000ul,1000000l,' ${WRKSRC}/src/input.cc post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |