- Fix compile time errors
PR: ports/103795 Submitted by: Iasen Kostof Approved by: Travis Poppe <tlp(at)liquidx.org> (maintainer)
This commit is contained in:
parent
69194c8394
commit
f6317398b8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174159
1 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,10 @@ USE_LUA= 5.0
|
|||
USE_SDL= yes
|
||||
USE_XLIB= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CPPFLAGS= -I${LOCALBASE}/include -I${X11BASE}/include -I${LUA_INCDIR}
|
||||
LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib -L${LUA_LIBDIR}
|
||||
CFLAGS= -I${LUA_INCDIR}
|
||||
LDFLAGS= -L${LUA_LIBDIR}
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
|
||||
EXTRA_CFLAGS="${CFLAGS}" EXTRA_LIBS="${LDFLAGS}"
|
||||
WRKSRC= ${WRKDIR}/stratagus-040702
|
||||
|
||||
OPTIONS= OPENGL "Enable OpenGL support" on \
|
||||
|
|
Loading…
Reference in a new issue