summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhans <hans>2011-05-15 10:28:51 +0000
committerhans <hans>2011-05-15 10:28:51 +0000
commit076ec5c806f784cb663f3184a5912d34e3fb829a (patch)
treedc80d9d43b3cb96bf495c8e4b5fbf92914617b23
parente1a48c7df8816dafe368913da694a0804393991c (diff)
downloadpkgsrc-076ec5c806f784cb663f3184a5912d34e3fb829a.tar.gz
Don't even try to use the obsolete Sun-Xinerama stuff. Fixes build on
SunOS.
-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