--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.
This commit is contained in:
parent
b591a15967
commit
0a409bd159
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29218
3 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib \
|
||||
--with-lib-MesaGL
|
||||
--with-lib-GL
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
GTK_CONFIG="${GTK_CONFIG}" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
|
|
|
@ -19,6 +19,6 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|||
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
||||
CONFIGURE_ARGS= --with-lib-MesaGL
|
||||
CONFIGURE_ARGS= --with-lib-GL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -19,6 +19,6 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|||
|
||||
USE_LIBTOOL= yes
|
||||
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
||||
CONFIGURE_ARGS= --with-lib-MesaGL
|
||||
CONFIGURE_ARGS= --with-lib-GL
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue