diff options
author | garbled <garbled> | 1999-01-01 09:03:36 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-01-01 09:03:36 +0000 |
commit | 184df64d3a64a23663bc45498999070f0a5b202c (patch) | |
tree | d5dc7c1623374e046aac4a4f19dc84b942df08df /math | |
parent | 249fcc865b9d12cd1205f785f7b7bd6cb796d127 (diff) | |
download | pkgsrc-184df64d3a64a23663bc45498999070f0a5b202c.tar.gz |
Make this pkg build on ELF by not overriding the LDFLAGS, then turn around
and disable it on alpha because it core dumps.. Wheee!
Diffstat (limited to 'math')
-rw-r--r-- | math/xlispstat/Makefile | 4 | ||||
-rw-r--r-- | math/xlispstat/patches/patch-ac | 14 |
2 files changed, 12 insertions, 6 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index c5379d35d0b..f53a57fb132 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/12/21 10:45:31 frueauf Exp $ +# $NetBSD: Makefile,v 1.3 1999/01/01 09:03:36 garbled Exp $ # FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp # @@ -15,6 +15,8 @@ CONFLICTS= xlispstat-3.52.5 GNU_CONFIGURE= yes USE_X11= yes +NOT_FOR_ARCHS= alpha #core dumps + ALL_TARGET= xlispstat .include "../../mk/bsd.pkg.mk" diff --git a/math/xlispstat/patches/patch-ac b/math/xlispstat/patches/patch-ac index e3fd1799adb..fb77868cb3e 100644 --- a/math/xlispstat/patches/patch-ac +++ b/math/xlispstat/patches/patch-ac @@ -1,7 +1,6 @@ -$NetBSD: patch-ac,v 1.3 1998/12/21 10:58:46 frueauf Exp $ - ---- Makefile.in.orig Wed Sep 16 21:19:33 1998 -+++ Makefile.in Mon Dec 21 11:52:05 1998 +$NetBSD: patch-ac,v 1.4 1999/01/01 09:03:36 garbled Exp $ +--- Makefile.in.orig Wed Sep 16 12:19:33 1998 ++++ Makefile.in Fri Jan 1 01:48:18 1999 @@ -6,7 +6,8 @@ ############################################################################## ############################################################################## @@ -22,7 +21,7 @@ $NetBSD: patch-ac,v 1.3 1998/12/21 10:58:46 frueauf Exp $ BINDIR=${exec_prefix}/bin GRAPHSYS = @GRAPHSYS@ -@@ -67,7 +69,7 @@ +@@ -67,11 +69,11 @@ .lsp.fsl: echo "(compile-file \"$<\") (exit)" | ./xlisp @@ -31,6 +30,11 @@ $NetBSD: patch-ac,v 1.3 1998/12/21 10:58:46 frueauf Exp $ LIBS = ${EXTRALIBS} -lm +-LDFLAGS = ${ULDFLAGS} ++LDFLAGS+= ${ULDFLAGS} + + OSOBJS = xsdynload.o xssystem.o unixprim.o + @@ -118,7 +120,7 @@ compiler/assemble.fsl compiler/cmpfront.fsl |