From 75de907efafc2709491eb7ce9242e8142038ea59 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Thu, 23 Oct 2003 18:33:53 +0000 Subject: - Fix build with XFree86 3.x PR: 58449 Submitted by: Ports Fury --- x11-wm/icewm/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'x11-wm') diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index 40f4f9d2c1a8..3659e2678f03 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -65,6 +65,10 @@ CONFIGURE_ARGS+= --enable-corefonts --disable-xfreetype LIB_DEPENDS+= Xft.2:${PORTSDIR}/x11-fonts/Xft .endif +.if ${XFREE86_VERSION} < 4 || defined(WITHOUT_XINERAMA) +CONFIGURE_ARGS+= --disable-xinerama +.endif + .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM) CONFIGURE_ARGS+= --disable-x86-asm .endif -- cgit v1.2.3