From 0d5a0510ea42cb90289022a374b3bd9a01d411c3 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sun, 11 Mar 2001 05:01:04 +0000 Subject: Use '-O0' when compiling on the Alpha to avoid internal compiler errors. --- audio/xsidplay/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'audio/xsidplay') diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile index 781e26f78bd3..19e5f8123993 100644 --- a/audio/xsidplay/Makefile +++ b/audio/xsidplay/Makefile @@ -30,7 +30,13 @@ CONFIGURE_ARGS= --with-qt-includes=${X11BASE}/include/qt2 \ --with-x-includes=${X11BASE}/include \ --with-x-libraries=${X11BASE}/lib +.include + +.if ${MACHINE_ARCH} == "alpha" +CFLAGS+= -O0 +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xsidplay ${PREFIX}/bin -.include +.include -- cgit v1.2.3