diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-04-30 13:44:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2002-04-30 13:44:08 +0000 |
commit | 299f9db7f0f99408e308b679232d0a9165fe2d03 (patch) | |
tree | 286d0b9046b8cbf740dcf4d8d6876f07cbf307fc /emulators/wine | |
parent | Upgrade to 1.0.7. (diff) |
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)
Notes
Notes:
svn path=/head/; revision=58364
Diffstat (limited to 'emulators/wine')
-rw-r--r-- | emulators/wine/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 |