diff options
author | linimon <linimon@FreeBSD.org> | 2007-11-25 08:12:01 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-11-25 08:12:01 +0800 |
commit | c9053fd601287884acc4f9d29992bd6abf030ce6 (patch) | |
tree | 905e962cd73836865e32a1e860d76dcc41177bed /graphics/luminance | |
parent | b76e4fc2aac609562b484c929c47dbdc451c0635 (diff) | |
download | freebsd-ports-gnome-c9053fd601287884acc4f9d29992bd6abf030ce6.tar.gz freebsd-ports-gnome-c9053fd601287884acc4f9d29992bd6abf030ce6.tar.zst freebsd-ports-gnome-c9053fd601287884acc4f9d29992bd6abf030ce6.zip |
Mark as broken on 5.x: compiler segfaults.
Approved by: portmgr (self)
Diffstat (limited to 'graphics/luminance')
-rw-r--r-- | graphics/luminance/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/luminance/Makefile b/graphics/luminance/Makefile index 1d79fa13fef0..141028923c54 100644 --- a/graphics/luminance/Makefile +++ b/graphics/luminance/Makefile @@ -46,4 +46,10 @@ pre-build: @${LRELEASE} ${BUILD_WRKSRC}/project.pro @cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${QMAKE} -spec ${QMAKESPEC} -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 600000 +BROKEN= Does not compile (compiler segfault) +.endif + +.include <bsd.port.post.mk> |