compile -O0 on hppa to workaround compiler bug

This commit is contained in:
pvalchev 2004-07-11 06:22:48 +00:00
parent 4704033d96
commit dce3044965

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2002/10/26 12:52:48 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2004/07/11 06:22:48 pvalchev Exp $
COMMENT= "UAE amiga emulator"
DISTNAME= uae-0.8.21
@ -18,6 +18,10 @@ USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-dga --enable-vidmode --disable-ui
.if ${MACHINE_ARCH} == "hppa"
CFLAGS+= -O0
.endif
MODULES= gettext
LIB_DEPENDS+= glib.1.2,gmodule.1.2::devel/glib \
gtk.1.2,gdk.1.2::x11/gtk+