__EXTENSIONS__ needs on SunOS, fixes build
This commit is contained in:
parent
5384f97a3e
commit
6372d2ca71
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2015/03/15 19:42:34 hiramatsu Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2016/02/02 20:32:18 fhajny Exp $
|
||||
#
|
||||
|
||||
DISTNAME= tokyocabinet-java-1.24
|
||||
|
@ -18,6 +18,8 @@ MAKE_ENV+= INCLUDEDIR=${BUILDLINK_PREFIX.tokyocabinet}/include
|
|||
|
||||
TEST_TARGET= check
|
||||
|
||||
CPPFLAGS.SunOS+= -D__EXTENSIONS__
|
||||
|
||||
INSTALLATION_DIRS+= share/tokyocabinet/doc/java
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue