aboutsummaryrefslogtreecommitdiff
path: root/lang/dylan
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-10-14 00:08:48 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-10-14 00:08:48 +0000
commit53303673984bbef9640b50531db88936e13d8f41 (patch)
treedb44807dcaf8505f4da42d792030b19a9052d5fe /lang/dylan
parentc0accd93e78b2772b51679a495cf231c7e1dab76 (diff)
downloadports-53303673984bbef9640b50531db88936e13d8f41.tar.gz
ports-53303673984bbef9640b50531db88936e13d8f41.zip
Mark BROKEN for ELF:
dylan-heap.s:64290: Error: Alignment not a power of 2 dylan-heap.s:64297: Error: Alignment not a power of 2 gmake[4]: *** [dylan-heap.o] Error 1 gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake failed? Abort trap - core dumped gmake[3]: *** [dylan.lib.du] Error 134 gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake[2]: *** [compile] Error 2
Notes
Notes: svn path=/head/; revision=13971
Diffstat (limited to 'lang/dylan')
-rw-r--r--lang/dylan/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/dylan/Makefile b/lang/dylan/Makefile
index c9e0b43306d5..2a724abc83ff 100644
--- a/lang/dylan/Makefile
+++ b/lang/dylan/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 Jan 1998
# Whom: housel@acm.org
#
-# $Id: Makefile,v 1.2 1998/07/14 16:15:13 jdp Exp $
+# $Id: Makefile,v 1.3 1998/07/15 07:43:38 hsu Exp $
#
DISTNAME= gd20-source
@@ -17,6 +17,8 @@ MAINTAINER= housel@acm.org
WRKSRC= $(WRKDIR)/src
+BROKEN_ELF= yes
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=$(PREFIX) --srcdir=$(WRKSRC)
CONFIGURE_ENV= D2C="$(WRKDIR)/d2c -p$(WRKSRC)/d2c/compiler/platforms.descr"