summaryrefslogtreecommitdiff
path: root/wm
diff options
context:
space:
mode:
authorhans <hans>2011-05-15 10:28:51 +0000
committerhans <hans>2011-05-15 10:28:51 +0000
commit202bb4804ecbdd6fe28ffea30a79b526ee0d1e19 (patch)
treedc80d9d43b3cb96bf495c8e4b5fbf92914617b23 /wm
parentf76d05b540fe20fa2e8862ed9eaecf30650553bd (diff)
downloadpkgsrc-202bb4804ecbdd6fe28ffea30a79b526ee0d1e19.tar.gz
Don't even try to use the obsolete Sun-Xinerama stuff. Fixes build on
SunOS.
Diffstat (limited to 'wm')
-rw-r--r--wm/windowmaker/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile
index b54e267fdd1..38568131676 100644
--- a/wm/windowmaker/Makefile
+++ b/wm/windowmaker/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2011/04/22 13:42:03 obache Exp $
+# $NetBSD: Makefile,v 1.89 2011/05/15 10:28:51 hans Exp $
DISTNAME= WindowMaker-0.92.0
PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/}
@@ -36,6 +36,10 @@ INSTALLATION_DIRS+= share/doc/WindowMaker
.include "../../mk/compiler.mk"
+.if !empty(MACHINE_PLATFORM:MSunOS-5.11-*)
+CONFIGURE_ENV+= ac_cv_lib_Xext_XineramaGetInfo=no
+.endif
+
.if ${MACHINE_ARCH} != "i386"
CONFIGURE_ENV+= ac_cv_c_inline_asm=no
.endif