- Mark BROKEN outside i386 (needs some libraries relocatable)

Suggested by:	mezz
This commit is contained in:
Pav Lucistnik 2008-06-15 16:36:51 +00:00
parent 2bd9d41b75
commit f36ed2971d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214904

View file

@ -55,6 +55,10 @@ OPTIONS= SMB "Enable smb:// URI support using gnomevfs" off
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}
.if ${ARCH} != "i386"
BROKEN= does not compile
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif