diff options
author | gerald <gerald@FreeBSD.org> | 2002-04-30 21:44:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2002-04-30 21:44:08 +0800 |
commit | 20470a429d584c5342df642beb199425fa03b5ee (patch) | |
tree | 095a9f67fd10301ea33cda5e233486307e4d2e95 /emulators | |
parent | 605bb5826eb8a18f68889247424745dc6639617e (diff) | |
download | freebsd-ports-gnome-20470a429d584c5342df642beb199425fa03b5ee.tar.gz freebsd-ports-gnome-20470a429d584c5342df642beb199425fa03b5ee.tar.zst freebsd-ports-gnome-20470a429d584c5342df642beb199425fa03b5ee.zip |
Do not --disable-opengl any longer, which mostly was used to work around
problems with XFree86 4.0.0 as far as I can see.
Approved by: obrien (mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 5e7d6c3ddace..6afb5d98e409 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -17,7 +17,6 @@ MAINTAINER= pfeifer@dbai.tuwien.ac.at WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-opengl CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index 5e7d6c3ddace..6afb5d98e409 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -17,7 +17,6 @@ MAINTAINER= pfeifer@dbai.tuwien.ac.at WRKSRC= ${WRKDIR}/wine-${PORTVERSION:S/.//g} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-opengl CONFIGURE_ENV= LIBS=-Wl,-rpath,${PREFIX}/lib/wine INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/lib/wine |