mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix build with GCC-based architectures
- Add USES=gl PR: 234389 Submitted by: pkubaj@anongoth.pl
This commit is contained in:
parent
6a3f4b40fe
commit
b5722fac7f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=488327
1 changed files with 2 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue