diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-09-14 16:53:02 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2009-09-14 16:53:02 +0000 |
commit | f08aa6868cd1274d257628d682ee3b781c883409 (patch) | |
tree | 1ddcd87e8ddf4db4c30dacff9e4ea522bc4e6e33 /audio | |
parent | Improve BROKEN. (diff) |
Improve BROKEN, make portlint happy.
Notes
Notes:
svn path=/head/; revision=241404
Diffstat (limited to 'audio')
-rw-r--r-- | audio/raul/Makefile | 6 |
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> |