--with-lib-MesaGL --> --with-lib-GL to avoid errors when utah-glx used instead of Mesa.

This commit is contained in:
Maxim Sobolev 2000-06-05 11:39:16 +00:00
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

View file

@ -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"

View file

@ -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>

View file

@ -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>