summaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
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}"