summaryrefslogtreecommitdiff
path: root/math/xlispstat
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-06 13:30:42 +0000
committeragc <agc@pkgsrc.org>1999-08-06 13:30:42 +0000
commitcef167f234061c2acc873f64fc25b311f5e52d72 (patch)
tree3bdb5a786a15b575de62856ee5957bc624cd2f60 /math/xlispstat
parent980c4a372707dc11c07bf4c70e691e607683b954 (diff)
downloadpkgsrc-cef167f234061c2acc873f64fc25b311f5e52d72.tar.gz
Make this package work on Solaris.
Diffstat (limited to 'math/xlispstat')
-rw-r--r--math/xlispstat/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile
index abb710fc7e4..d38aae69e94 100644
--- a/math/xlispstat/Makefile
+++ b/math/xlispstat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/05/24 20:39:45 tv Exp $
+# $NetBSD: Makefile,v 1.7 1999/08/06 13:30:42 agc Exp $
# FreeBSD Id: Makefile,v 1.7 1998/08/20 07:35:21 asami Exp
#
@@ -17,4 +17,10 @@ NOT_FOR_PLATFORM= *-*-alpha #core dumps
ALL_TARGET= xlispstat
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+MAKE_ENV+= CPPFLAGS=
+.endif
+
.include "../../mk/bsd.pkg.mk"