Sun May 15 10:28:51 2011 UTC ()
Don't even try to use the obsolete Sun-Xinerama stuff. Fixes build on
SunOS.


(hans)
diff -r1.88 -r1.89 pkgsrc/wm/windowmaker/Makefile

cvs diff -r1.88 -r1.89 pkgsrc/wm/windowmaker/Makefile (expand / switch to context diff)
--- pkgsrc/wm/windowmaker/Makefile 2011/04/22 13:42:03 1.88
+++ pkgsrc/wm/windowmaker/Makefile 2011/05/15 10:28:51 1.89
@@ -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/}
@@ -35,6 +35,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