Skip to content

Commit

Permalink
games/xgalaga++: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jul 19, 2023
1 parent 07e4c1f commit 11134b8
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions games/xgalaga++/Makefile
Expand Up @@ -14,20 +14,22 @@ WWW= https://marc.mongenet.ch/OSS/XGalaga/
LICENSE= GPLv2

USES= gmake xorg
USE_CXXSTD= c++14
USE_XORG= x11 xpm

ALL_TARGET= ${PORTNAME}

DESKTOP_ENTRIES="XGalaga++" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

PLIST_FILES= bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz \
share/pixmaps/${PORTNAME}.png

PORTDOCS= README
OPTIONS_DEFINE= DOCS

DESKTOP_ENTRIES="XGalaga++" "" "${PORTNAME}" \
"${PORTNAME}" "Game;ArcadeGame;" ""
OPTIONS_DEFINE= DOCS

post-patch:
@${REINPLACE_CMD} -e 's|CXX =|CXX ?=|; \
Expand Down

0 comments on commit 11134b8

Please sign in to comment.