aboutsummaryrefslogtreecommitdiffstats
path: root/lang/dylan
diff options
context:
space:
mode:
authorjseger <jseger@FreeBSD.org>1998-10-14 08:08:48 +0800
committerjseger <jseger@FreeBSD.org>1998-10-14 08:08:48 +0800
commitce077dce3900545d18d0396c3417373cb8f6a44d (patch)
tree660c357da2e92099e8427fa05a5c8531aaa3785f /lang/dylan
parentb121fd72fbaf7399fd81c86be0a7066a0cad2270 (diff)
downloadfreebsd-ports-gnome-ce077dce3900545d18d0396c3417373cb8f6a44d.tar.gz
freebsd-ports-gnome-ce077dce3900545d18d0396c3417373cb8f6a44d.tar.zst
freebsd-ports-gnome-ce077dce3900545d18d0396c3417373cb8f6a44d.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
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"