summaryrefslogtreecommitdiff
path: root/math/teapot
diff options
context:
space:
mode:
authorwiedi <wiedi@pkgsrc.org>2017-07-02 11:12:01 +0000
committerwiedi <wiedi@pkgsrc.org>2017-07-02 11:12:01 +0000
commit8a9986f640d583e67d4aca1bfb40e3919bec0eda (patch)
treebce9031d97725acf5fa2d9e347547af66a196cbf /math/teapot
parent06db1a6fba61652363d8e3175aee383b50dd3c76 (diff)
downloadpkgsrc-8a9986f640d583e67d4aca1bfb40e3919bec0eda.tar.gz
needs EXTENSIONS for siginfo_t on SunOS
Diffstat (limited to 'math/teapot')
-rw-r--r--math/teapot/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/math/teapot/Makefile b/math/teapot/Makefile
index dfbde2e683a..5660f2dc30b 100644
--- a/math/teapot/Makefile
+++ b/math/teapot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/02/20 15:03:50 hauke Exp $
+# $NetBSD: Makefile,v 1.7 2017/07/02 11:12:01 wiedi Exp $
DISTNAME= teapot-2.3.0
PKGREVISION= 2
@@ -14,5 +14,8 @@ USE_LANGUAGES= c c++
USE_CMAKE= yes
CMAKE_ARGS+= -DENABLE_HELP=NO
+CFLAGS.SunOS+= -D__EXTENSIONS__
+LDFLAGS.SunOS+= -lnsl
+
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"