diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-25 16:11:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-12-25 16:11:45 +0000 |
commit | b5722fac7fda1cc7c206797b533eae81d21c5f1d (patch) | |
tree | 15986379ae0762eeaca69e9a600c8d1db9c371c2 | |
parent | - Fix build (diff) |
- Fix build with GCC-based architectures
- Add USES=gl
PR: 234389
Submitted by: pkubaj@anongoth.pl
Notes
Notes:
svn path=/head/; revision=488327
-rw-r--r-- | games/nimuh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nimuh/Makefile b/games/nimuh/Makefile index 3b49d5ca516b..ceb45f4ddd91 100644 --- a/games/nimuh/Makefile +++ b/games/nimuh/Makefile @@ -15,13 +15,12 @@ LICENSE= CC-BY-NC-SA-2.0 LIB_DEPENDS= libexpat.so:textproc/expat2 +USES= gl gmake localbase GNU_CONFIGURE= yes -USES= gmake localbase +USE_CXXSTD= c++98 USE_SDL= sdl image mixer USE_GL= gl glu -CXXFLAGS+= -Wno-c++11-narrowing - DATA_WRKSRC= ${WRKDIR}/${PORTNAME}-data-${PORTVERSION} PLIST_FILES= bin/${PORTNAME} |