diff options
Diffstat (limited to 'wm')
-rw-r--r-- | wm/windowmaker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index efde6ff7e53..cd5cedbb001 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2014/10/07 16:11:11 adam Exp $ +# $NetBSD: Makefile,v 1.110 2015/01/06 11:49:00 jperkin Exp $ DISTNAME= WindowMaker-0.95.6 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} @@ -44,6 +44,8 @@ CONFIGURE_ENV+= ac_cv_c_inline_asm=no GCC_REQD+= 3.0 .endif +CFLAGS.SunOS+= -D__EXTENSIONS__ + PKG_SYSCONFSUBDIR= WindowMaker EGDIR= ${PREFIX}/share/examples/WindowMaker CONF_FILES= |