mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Try but fail to fix build on gcc-based archs. The changes are necessary
but not sufficient. This has no effect on clang-based archs. Approved by: portmgr (tier-2 blanket)
This commit is contained in:
parent
2827fcb95c
commit
eab52e9fe4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479347
@ -14,12 +14,14 @@ COMMENT= Lunar Lander clone
|
||||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_powerpc64= fails to configure: error: Could not link against boost_filesystem-boost_filesystem
|
||||
|
||||
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
||||
libboost_filesystem.so:devel/boost-libs \
|
||||
libpng.so:graphics/png
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext localbase pkgconfig
|
||||
USES= compiler:c++11-lib gettext localbase pkgconfig
|
||||
USE_SDL= sdl image mixer
|
||||
USE_GL= gl glu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user