summaryrefslogtreecommitdiff
path: root/package/games
diff options
context:
space:
mode:
Diffstat (limited to 'package/games')
-rw-r--r--package/games/vice/Config.in2
-rw-r--r--package/games/vice/vice.mk2
2 files changed, 3 insertions, 1 deletions
diff --git a/package/games/vice/Config.in b/package/games/vice/Config.in
index 48967e466..e4c5621c5 100644
--- a/package/games/vice/Config.in
+++ b/package/games/vice/Config.in
@@ -1,5 +1,7 @@
config BR2_PACKAGE_VICE
bool "vice"
+ depends on BROKEN # doesn't build, wrong dependencies
+ # remove before 2010.02 release
help
VICE is a Commodore emulator
diff --git a/package/games/vice/vice.mk b/package/games/vice/vice.mk
index b04b8920d..305809d2c 100644
--- a/package/games/vice/vice.mk
+++ b/package/games/vice/vice.mk
@@ -9,7 +9,7 @@ VICE_SITE = http://www.viceteam.org/online
VICE_INSTALL_STAGING = NO
VICE_INSTALL_TARGET = YES
-VICE_CONF_OPT = --without-resid --with-alsa CFLAGS="-O0"
+VICE_CONF_OPT = --without-resid --with-alsa
$(eval $(call AUTOTARGETS,package/games,vice))