diff options
author | hans <hans@pkgsrc.org> | 2011-05-15 10:28:51 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-05-15 10:28:51 +0000 |
commit | 7ffa1c8fed465aa6cb7d39e3b7e82f3a9abe6f08 (patch) | |
tree | dc80d9d43b3cb96bf495c8e4b5fbf92914617b23 /wm | |
parent | 5e6e58212f4cd70fe67d1986555d12debbff26e4 (diff) | |
download | pkgsrc-7ffa1c8fed465aa6cb7d39e3b7e82f3a9abe6f08.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/Makefile | 6 |
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 |