diff options
author | xtraeme <xtraeme> | 2004-09-09 06:50:55 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-09-09 06:50:55 +0000 |
commit | 513406197234f43f3f36edad80d3abeb8a27a594 (patch) | |
tree | a16fc2fb07394e77dde80398fc02abb3ddb3b4f9 /emulators | |
parent | 955806db55e7aab834c44e5061b74c3250c621ed (diff) | |
download | pkgsrc-513406197234f43f3f36edad80d3abeb8a27a594.tar.gz |
Disable OpenGL support for now, should fix build problem in kristerw's
bulk build.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/aranym/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/aranym/Makefile b/emulators/aranym/Makefile index 5a8d533127d..0805d98f13a 100644 --- a/emulators/aranym/Makefile +++ b/emulators/aranym/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/07/09 14:38:52 xtraeme Exp $ +# $NetBSD: Makefile,v 1.4 2004/09/09 06:50:55 xtraeme Exp $ # DISTNAME= aranym-0.8.9beta @@ -22,7 +22,6 @@ BUILD_DEFS+= FIXED_FASTRAM FIXED_FASTRAM?= 64 # Default value -CONFIGURE_ARGS+= --enable-opengl CONFIGURE_ARGS+= --enable-fullmmu CONFIGURE_ARGS+= --enable-dsp-disasm CONFIGURE_ARGS+= --enable-blitsdlblit |