1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

s/BROKEN/IGNORE/ on !i386 until xpcom code is updated or written for !i386

This commit is contained in:
Michael Johnson 2007-04-23 23:35:41 +00:00
parent c45c33c51b
commit c6bd45847d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190765
3 changed files with 6 additions and 3 deletions

View File

@ -53,7 +53,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
IGNORE= Generic (unsupported) xpcom code was removed and will need to be \
written or updated for !i386.
.endif
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}

View File

@ -53,7 +53,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
IGNORE= Generic (unsupported) xpcom code was removed and will need to be \
written or updated for !i386.
.endif
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}

View File

@ -53,7 +53,8 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \
.include <bsd.port.pre.mk>
.if ${ARCH} != "i386"
BROKEN= Does not compile on !i386
IGNORE= Generic (unsupported) xpcom code was removed and will need to be \
written or updated for !i386.
.endif
GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE}