diff options
author | steve <steve@FreeBSD.org> | 1999-07-04 21:11:10 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-04 21:11:10 +0000 |
commit | c6683286e86641b85d63145a6a5eb755f0029bdc (patch) | |
tree | f8031ce2fca64879ad18c940941a63f316adc948 /textproc/jade/Makefile | |
parent | 693bdc819df8eccfd53b14693fbe8af4b4fddc72 (diff) | |
download | FreeBSD-ports-c6683286e86641b85d63145a6a5eb755f0029bdc.zip FreeBSD-ports-c6683286e86641b85d63145a6a5eb755f0029bdc.tar.gz |
On the Alpha nsgmls coredumps while building the documentation for this
port.
Diffstat (limited to 'textproc/jade/Makefile')
-rw-r--r-- | textproc/jade/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/jade/Makefile b/textproc/jade/Makefile index 9004432..f55ec00 100644 --- a/textproc/jade/Makefile +++ b/textproc/jade/Makefile @@ -3,7 +3,7 @@ # Date created: June 19, 1997 # Whom: jfieber # -# $Id: Makefile,v 1.14 1999/01/27 12:47:14 dirk Exp $ +# $Id: Makefile,v 1.15 1999/01/31 11:15:57 dirk Exp $ # DISTNAME= jade-1.2.1 @@ -12,6 +12,10 @@ MASTER_SITES= ftp://ftp.jclark.com/pub/jade/ MAINTAINER= jfieber@FreeBSD.ORG +.if ${MACHINE_ARCH} == "alpha" +BROKEN= nsgmls coredumps in static constructors +.endif + GNU_CONFIGURE= yes CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" |