diff options
author | linimon <linimon@FreeBSD.org> | 2011-07-16 13:26:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2011-07-16 13:26:59 +0800 |
commit | 0207f017459e701087371d961bcd5baa6ec58c0e (patch) | |
tree | 54ee459cfa449ee5f12620a7125fb6fc8c0e5769 /graphics | |
parent | 79475d246a9d00379b21eea8d8ffc18a6c5148f4 (diff) | |
download | freebsd-ports-gnome-0207f017459e701087371d961bcd5baa6ec58c0e.tar.gz freebsd-ports-gnome-0207f017459e701087371d961bcd5baa6ec58c0e.tar.zst freebsd-ports-gnome-0207f017459e701087371d961bcd5baa6ec58c0e.zip |
Does not compile on sparc64: thread-local storage not supported.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/povray37/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/povray37/Makefile b/graphics/povray37/Makefile index c213fc419334..ed03562b04e0 100644 --- a/graphics/povray37/Makefile +++ b/graphics/povray37/Makefile @@ -125,6 +125,10 @@ PLIST_SUB+= HTML="@comment " PLIST_SUB+= HTML="" .endif +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64: thread-local storage not supported +.endif + CONFIGURE_ARGS+=CXXFLAGS="${CXXFLAGS} ${INCLUDES}" MAN1= ${UNIQUENAME}.1 |