summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-10-23 18:33:53 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-10-23 18:33:53 +0000
commit75de907efafc2709491eb7ce9242e8142038ea59 (patch)
treef75eea9342ec7df1ee7ded8fb8a5c63189d2ac72 /x11-wm
parentUpdate to 0.8.0 (diff)
- Fix build with XFree86 3.x
PR: 58449 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=91980
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/icewm/Makefile4
1 files changed, 4 insertions, 0 deletions
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