aboutsummaryrefslogtreecommitdiff
path: root/audio/raul
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2009-09-14 16:53:02 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2009-09-14 16:53:02 +0000
commitf08aa6868cd1274d257628d682ee3b781c883409 (patch)
tree1ddcd87e8ddf4db4c30dacff9e4ea522bc4e6e33 /audio/raul
parentf4b33d1d9bc2ab138f26fabf65e7e1237f560b07 (diff)
downloadports-f08aa6868cd1274d257628d682ee3b781c883409.tar.gz
ports-f08aa6868cd1274d257628d682ee3b781c883409.zip
Notes
Diffstat (limited to 'audio/raul')
-rw-r--r--audio/raul/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/raul/Makefile b/audio/raul/Makefile
index b4d486d1849a..c1711c4adcb3 100644
--- a/audio/raul/Makefile
+++ b/audio/raul/Makefile
@@ -23,12 +23,14 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack
USE_LDCONFIG= yes
+CXXFLAGS+= ${CFLAGS}
+CONFIGURE_ENV= "-I${LOCALBASE}/include"
CONFIGURE_ENV= "CXXFLAGS=${CFLAGS} -I${LOCALBASE}/include"
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
-BROKEN= triggers gcc segfault on amd64
+.if ${OSVERSION} < 700000
+BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>