diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-28 07:16:31 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-07-28 07:16:31 +0000 |
commit | 75bf744d3c49c72152cf84b1cbd9b6814d322a8b (patch) | |
tree | 391b30c297aece3cc39a8678d7ee99bd83422591 /games/ultimatestunts/Makefile | |
parent | 00a6d7c8e522cfc6b3ffcfce692ce325f2cbf10b (diff) | |
download | ports-75bf744d3c49c72152cf84b1cbd9b6814d322a8b.tar.gz ports-75bf744d3c49c72152cf84b1cbd9b6814d322a8b.zip |
Notes
Diffstat (limited to 'games/ultimatestunts/Makefile')
-rw-r--r-- | games/ultimatestunts/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/ultimatestunts/Makefile b/games/ultimatestunts/Makefile index 9ef31f1c6c77..9d5b84c796ae 100644 --- a/games/ultimatestunts/Makefile +++ b/games/ultimatestunts/Makefile @@ -3,7 +3,7 @@ PORTNAME= ultimatestunts PORTVERSION= 0.7.7.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/sourcecode \ SF/nemysisfreebsdp/${CATEGORIES}/:icons @@ -19,13 +19,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libvorbisfile.so:audio/libvorbis -USES= gettext openal:al,alut pkgconfig +USES= compiler gettext openal:al,alut pkgconfig USE_GL= gl glu USE_SDL= sdl image GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-openal MAKE_JOBS_UNSAFE= yes +LLD_UNSAFE= yes +CXXFLAGS+= ${CXXFLAGS_${CHOSEN_COMPILER_TYPE}} +CXXFLAGS_clang= -Wno-c++11-narrowing CPPFLAGS+= $$(pkgconf --cflags-only-I sdl) LDFLAGS+= $$(pkgconf --libs-only-L sdl) @@ -66,7 +69,7 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}_${s}.png \ ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png .endfor - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${RLN} ${STAGEDIR}${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps .if ${PORT_OPTIONS:MDOCS} |