mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix build with Tcl/Tk 8.6
Reported by: miwi (Tcl/Tk 86 exp-run)
This commit is contained in:
parent
7c02368b0a
commit
ce9ac09120
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=318116
@ -20,7 +20,6 @@ COMMENT= 3D penguin racing game using OpenGL
|
||||
USE_SDL= mixer sdl
|
||||
USE_GL= gl
|
||||
USE_XORG= x11 xt xmu xi
|
||||
USE_TK_BUILD= yes
|
||||
USE_TK= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= automake14 autoconf
|
||||
@ -28,6 +27,7 @@ AUTOMAKE_ARGS= -a
|
||||
CONFIGURE_ENV= THREAD_LIB="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-tcl-inc="${TCL_INCLUDEDIR}" \
|
||||
--with-tcl-libs="${LOCALBASE}/lib" \
|
||||
--with-tcl-lib-name=tcl${TCL_VER:S/.//} \
|
||||
--with-gl-libs="${LOCALBASE}/lib" \
|
||||
--with-gl-inc="${LOCALBASE}/include" \
|
||||
--with-data-dir=${DATADIR}
|
||||
|
Loading…
Reference in New Issue
Block a user