aboutsummaryrefslogtreecommitdiff
path: root/audio/raul
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-12-19 20:08:38 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-12-19 20:08:38 +0000
commite517ea28307bcc06d91d42761d2ea2aa4bc6fff0 (patch)
tree1b2391fe2bde1bfff7cf2714b5380705ad549bb5 /audio/raul
parent4e1254924f7c8c0c2bd0f2cdb5e13c76d62151a6 (diff)
Notes
Diffstat (limited to 'audio/raul')
-rw-r--r--audio/raul/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/raul/Makefile b/audio/raul/Makefile
index 8677fb05f217..b0b1f1eb7f2e 100644
--- a/audio/raul/Makefile
+++ b/audio/raul/Makefile
@@ -24,4 +24,10 @@ USE_GNOME= gnomehack
USE_LDCONFIG= yes
CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "amd64"
+BROKEN= triggers gcc segfault on amd64
+.endif
+
+.include <bsd.port.post.mk>