Mark IGNORE if ${ARCH} == "sparc64" && ${OSVERSION} < 601101

since it doesn't run.
This commit is contained in:
Michael Johnson 2007-01-18 21:39:39 +00:00
parent 90d33ab080
commit 92c6c01f71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182759
3 changed files with 12 additions and 0 deletions

View file

@ -54,6 +54,10 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{
BROKEN= does not build
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif

View file

@ -54,6 +54,10 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{
BROKEN= does not build
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif

View file

@ -54,6 +54,10 @@ GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} -m 1 pthread | ${SED} -e 's|^.*%{
BROKEN= does not build
.endif
.if ${ARCH} == "sparc64" && ${OSVERSION} < 601101
IGNORE= does not run, update to 6.2-RELEASE or newer
.endif
.if ${OSVERSION} >= 600000
MOZ_OPTIONS+= --enable-svg --enable-svg-renderer=cairo
.endif