the slirp emulator needs gnu89 inlines. Fortunately, this is clean enough
that the CFLAGS don't bleed into C++.
This commit is contained in:
parent
584299470f
commit
841b638a3f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2017/04/10 11:45:27 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2017/05/01 23:54:02 espie Exp $
|
||||
|
||||
COMMENT= open source 68k Macintosh emulator
|
||||
|
||||
@ -36,6 +36,8 @@ CONFIGURE_ARGS = --enable-sdl-audio \
|
||||
--with-esd=no \
|
||||
--disable-fbdev-dga
|
||||
|
||||
CFLAGS += -fgnu89-inline
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
post-install:
|
||||
|
Loading…
x
Reference in New Issue
Block a user