aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-15 16:53:05 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2018-01-15 16:53:05 +0000
commit8433cd85d3157fbbc1b5bab5cfb71d5bae99409f (patch)
treece28f2c984a6a916a3707769261183c32fc070d4 /games
parent5479277d48aaa504cdef92601772557dcb40ff4e (diff)
downloadports-8433cd85d3157fbbc1b5bab5cfb71d5bae99409f.tar.gz
ports-8433cd85d3157fbbc1b5bab5cfb71d5bae99409f.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/yadex/Makefile4
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}