aboutsummaryrefslogtreecommitdiffstats
path: root/audio/raul
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2009-09-15 00:53:02 +0800
committertrasz <trasz@FreeBSD.org>2009-09-15 00:53:02 +0800
commit37b86a222c35d1f558a9702da33039977aee552c (patch)
treeae094665a3c9bb0ee72787f50a4640b238f18847 /audio/raul
parentb6e6dbda4daf433b8434d3b75db9fbbafe2df359 (diff)
downloadfreebsd-ports-gnome-37b86a222c35d1f558a9702da33039977aee552c.tar.gz
freebsd-ports-gnome-37b86a222c35d1f558a9702da33039977aee552c.tar.zst
freebsd-ports-gnome-37b86a222c35d1f558a9702da33039977aee552c.zip
Improve BROKEN, make portlint happy.
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>