mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Mark BROKEN outside i386 (needs some libraries relocatable)
Suggested by: mezz
This commit is contained in:
parent
2bd9d41b75
commit
f36ed2971d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214904
1 changed files with 4 additions and 0 deletions
|
@ -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}
|
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
|
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
|
||||||
IGNORE= does not run, update to 6.2-RELEASE or newer
|
IGNORE= does not run, update to 6.2-RELEASE or newer
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue