pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/teapot needs EXTENSIONS for siginfo_t on SunOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5f25eb60c48d
branches:  trunk
changeset: 364631:5f25eb60c48d
user:      wiedi <wiedi%pkgsrc.org@localhost>
date:      Sun Jul 02 11:12:01 2017 +0000

description:
needs EXTENSIONS for siginfo_t on SunOS

diffstat:

 math/teapot/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 221e65a3ade2 -r 5f25eb60c48d math/teapot/Makefile
--- a/math/teapot/Makefile      Sun Jul 02 10:22:37 2017 +0000
+++ b/math/teapot/Makefile      Sun Jul 02 11:12:01 2017 +0000
@@ -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_CMAKE=     yes
 CMAKE_ARGS+=   -DENABLE_HELP=NO
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+LDFLAGS.SunOS+=        -lnsl
+
 .include "../../devel/ncursesw/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index