diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:11:10 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:11:10 +0800 |
commit | c6683286e86641b85d63145a6a5eb755f0029bdc (patch) | |
tree | f8031ce2fca64879ad18c940941a63f316adc948 /textproc/openjade | |
parent | 693bdc819df8eccfd53b14693fbe8af4b4fddc72 (diff) | |
download | freebsd-ports-gnome-c6683286e86641b85d63145a6a5eb755f0029bdc.tar.gz freebsd-ports-gnome-c6683286e86641b85d63145a6a5eb755f0029bdc.tar.zst freebsd-ports-gnome-c6683286e86641b85d63145a6a5eb755f0029bdc.zip |
On the Alpha nsgmls coredumps while building the documentation for this
port.
Diffstat (limited to 'textproc/openjade')
-rw-r--r-- | textproc/openjade/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 90044323f2fc..f55ec0068b37 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/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}" |