diff options
author | marcus <marcus@FreeBSD.org> | 2003-10-13 06:01:55 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-10-13 06:01:55 +0800 |
commit | ea330360d6587c3f534f9d6ba87ef3484c42470f (patch) | |
tree | 25c6d9c6427dfb1ebf90e64bb246aa92873deddf /www/firefox36 | |
parent | 7a12dc4883196740e98a46fb4af596254cb4d980 (diff) | |
download | freebsd-ports-gnome-ea330360d6587c3f534f9d6ba87ef3484c42470f.tar.gz freebsd-ports-gnome-ea330360d6587c3f534f9d6ba87ef3484c42470f.tar.zst freebsd-ports-gnome-ea330360d6587c3f534f9d6ba87ef3484c42470f.zip |
Mark as IGNORE on -STABLE Alpha.
Diffstat (limited to 'www/firefox36')
-rw-r--r-- | www/firefox36/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/firefox36/Makefile b/www/firefox36/Makefile index 0eea15c6840b..b32d165df13f 100644 --- a/www/firefox36/Makefile +++ b/www/firefox36/Makefile @@ -92,6 +92,10 @@ LIBS+= ${PTHREAD_LIBS} EXTRA_SCRIPTS= firebird.rb +.if ${ARCH} == "alpha" && ${OSVERSION} < 500035 +IGNORE= "core dumps on alpha during post-build" +.endif + pre-extract:: @${ECHO_MSG} @${ECHO_MSG} "Extracting source (this takes a while) ..." |