diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/lightning/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/lightning/Makefile b/mail/lightning/Makefile index 1eb1729253b6..dfb276c43f44 100644 --- a/mail/lightning/Makefile +++ b/mail/lightning/Makefile @@ -46,7 +46,11 @@ MOZ_MK_OPTIONS= MOZ_CO_PROJECT=mail,calendar GECKO_PTHREAD_LIBS!=${CC} -dumpspecs | ${GREP} pthread | ${SED} -e 's|^.*%{\!pg: %{pthread:|| ; s|}.*$$||' || ${TRUE} .if ${OSVERSION} < 500000 -BROKEN= does not build +IGNORE= does not build +.endif + +.if ${ARCH}=="ia64" +IGNORE= does not build .endif .if ${PERL_LEVEL} < 500600 |