diff options
author | frueauf <frueauf> | 1998-12-21 10:58:46 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-21 10:58:46 +0000 |
commit | 94d664fc3de8b02f024c896a917302baa7dc6af1 (patch) | |
tree | 49582681252ef1073d661c6e0f3e255a8a70e23b /math/xlispstat | |
parent | 4e89834fe85c3c89c976a38363e4bda67c2e99fb (diff) | |
download | pkgsrc-94d664fc3de8b02f024c896a917302baa7dc6af1.tar.gz |
Add -Dunix to CFLAGS to shutup warings on current egcs.
Diffstat (limited to 'math/xlispstat')
-rw-r--r-- | math/xlispstat/patches/patch-ac | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/math/xlispstat/patches/patch-ac b/math/xlispstat/patches/patch-ac index f61f5a597cb..e3fd1799adb 100644 --- a/math/xlispstat/patches/patch-ac +++ b/math/xlispstat/patches/patch-ac @@ -1,7 +1,7 @@ -$NetBSD: patch-ac,v 1.2 1998/12/21 10:45:31 frueauf Exp $ +$NetBSD: patch-ac,v 1.3 1998/12/21 10:58:46 frueauf Exp $ ---- Makefile.in.orig Wed Sep 16 15:19:33 1998 -+++ Makefile.in Sun Dec 20 04:19:56 1998 +--- Makefile.in.orig Wed Sep 16 21:19:33 1998 ++++ Makefile.in Mon Dec 21 11:52:05 1998 @@ -6,7 +6,8 @@ ############################################################################## ############################################################################## @@ -22,6 +22,15 @@ $NetBSD: patch-ac,v 1.2 1998/12/21 10:45:31 frueauf Exp $ BINDIR=${exec_prefix}/bin GRAPHSYS = @GRAPHSYS@ +@@ -67,7 +69,7 @@ + .lsp.fsl: + echo "(compile-file \"$<\") (exit)" | ./xlisp + +-CFLAGS = -D${GRAPHSYS} ${UCFLAGS} ${X11INCDIR_FLAG} ++CFLAGS = -D${GRAPHSYS} ${UCFLAGS} ${X11INCDIR_FLAG} -Dunix + + LIBS = ${EXTRALIBS} -lm + @@ -118,7 +120,7 @@ compiler/assemble.fsl compiler/cmpfront.fsl |