needs EXTENSIONS for siginfo_t on SunOS
This commit is contained in:
parent
daa2b14a30
commit
24aa95be5f
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue