diff options
author | pav <pav@FreeBSD.org> | 2009-12-31 01:45:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-31 01:45:10 +0800 |
commit | d2c173714831ce6be2f1f8f4e7ef4c4e09f1353f (patch) | |
tree | 996cf4ded3f9c9d922d5610024aec93bcd9cb63f /graphics | |
parent | 3b5bf3de189f022761dccac1551609203d3d4f83 (diff) | |
download | freebsd-ports-gnome-d2c173714831ce6be2f1f8f4e7ef4c4e09f1353f.tar.gz freebsd-ports-gnome-d2c173714831ce6be2f1f8f4e7ef4c4e09f1353f.tar.zst freebsd-ports-gnome-d2c173714831ce6be2f1f8f4e7ef4c4e09f1353f.zip |
- Mark BROKEN on 6.x
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opengtl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index c3e011900a6a..dd200f0c8106 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -22,6 +22,12 @@ USE_CMAKE= yes USE_LDCONFIG= yes CMAKE_USE_PTHREAD= yes +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 700000 +BROKEN= does not compile on 6.X +.endif + post-patch: #disable layex doc, it not ready yer ${REINPLACE_CMD} -e '/add_subdirectory.*doc/d' \ @@ -38,4 +44,4 @@ pre-configure: ${REINPLACE_CMD} -e 's|(int) pthread_self|(unsigned long long) pthread_self|' \ ${PATCH_WRKSRC}/OpenGTL/GTLCore/MemoryManager_p.cpp -.include <bsd.port.mk> +.include <bsd.port.post.mk> |