ports/58449: Update port: x11-wm/icewm

KATO Tsuguru tkato at prontomail.com
Thu Oct 23 16:40:41 UTC 2003


>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:



More information about the freebsd-ports-bugs mailing list