Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Oct 2003 01:31:23 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58449: Update port: x11-wm/icewm
Message-ID:  <20031024013123.424bffc4.tkato@prontomail.com>
Resent-Message-ID: <200310231640.h9NGeNxv001365@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         58449
>Category:       ports
>Synopsis:       Update port: x11-wm/icewm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Oct 23 09:40:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.8-RELEASE-p13 i386
>Organization:
>Environment:
>Description:
- Fix build with XFree86 3.x

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/x11-wm/icewm/Makefile x11-wm/icewm/Makefile
--- /usr/ports/x11-wm/icewm/Makefile	Sat Oct  4 13:00:23 2003
+++ x11-wm/icewm/Makefile	Thu Oct 23 23:05:39 2003
@@ -65,6 +65,10 @@
 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
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031024013123.424bffc4.tkato>