zathura: SunOS needs -D__EXTENSIONS__
This commit is contained in:
parent
7e2faa77fb
commit
ec07ac83eb
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.21 2018/10/04 19:08:46 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.22 2018/10/19 15:18:49 jperkin Exp $
|
||||
|
||||
DISTNAME= zathura-0.4.1
|
||||
CATEGORIES= print
|
||||
|
@ -16,6 +16,8 @@ USE_TOOLS+= pkg-config
|
|||
TOOL_DEPENDS+= gettext-tools>=0.15:../../devel/gettext-tools
|
||||
TOOL_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
|
||||
|
||||
CFLAGS.SunOS+= -D__EXTENSIONS__
|
||||
|
||||
.include "../../databases/sqlite3/buildlink3.mk"
|
||||
.include "../../devel/py-meson/build.mk"
|
||||
.include "../../graphics/cairo/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue