mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix configure error on gcc-based architectures:
configure: error: C++ compiler cannot create executables Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
07e449c39e
commit
1f11c37dfd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=497143
@ -12,7 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
MAINTAINER= amdmi3@FreeBSD.org
|
||||
COMMENT= Puzzle game - remove all tiles from the table
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= compiler:c++11-lang tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
USE_SDL= sdl mixer image ttf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user