mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Does not compile on sparc64: thread-local storage not supported.
This commit is contained in:
parent
a366569b50
commit
1d1fa428b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277775
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user