girara: SunOS needs -D__EXTENSIONS__
This commit is contained in:
parent
aa5d694aa2
commit
a0e22f5554
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2018/10/04 19:03:23 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2018/10/17 14:10:29 jperkin Exp $
|
||||
|
||||
DISTNAME= girara-0.3.1
|
||||
CATEGORIES= x11
|
||||
|
@ -12,6 +12,8 @@ LICENSE= zlib
|
|||
|
||||
USE_TOOLS+= gettext pkg-config
|
||||
|
||||
CFLAGS.SunOS+= -D__EXTENSIONS__
|
||||
|
||||
.include "../../devel/py-meson/build.mk"
|
||||
.include "../../x11/gtk3/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue