summaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:11:10 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:11:10 +0000
commit29c85599d6a6aaf403057533ffd0ea4f45b694cf (patch)
tree640a1b1b09ed9827793ce561d30e2552740c035e /textproc/openjade
parentDon't require interaction while PACKAGE_BUILDING. (diff)
On the Alpha nsgmls coredumps while building the documentation for this
port.
Notes
Notes: svn path=/head/; revision=20024
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/Makefile6
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}"