|
@@ -21,7 +21,7 @@ endif
|
|
define FROTZ_BUILD_CMDS
|
|
define FROTZ_BUILD_CMDS
|
|
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) PREFIX=/usr CONFIG_DIR=/etc \
|
|
$(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) PREFIX=/usr CONFIG_DIR=/etc \
|
|
SOUND_TYPE=none CURSES="$(FROTZ_CURSES)" USE_UTF8=$(FROTZ_UTF8) \
|
|
SOUND_TYPE=none CURSES="$(FROTZ_CURSES)" USE_UTF8=$(FROTZ_UTF8) \
|
|
- CFLAGS="$(TARGET_CFLAGS) -std=c99"
|
|
|
|
|
|
+ CFLAGS="$(TARGET_CFLAGS) -std=gnu99"
|
|
endef
|
|
endef
|
|
|
|
|
|
define FROTZ_INSTALL_TARGET_CMDS
|
|
define FROTZ_INSTALL_TARGET_CMDS
|