Date: Wed, 28 Dec 2011 12:54:19 GMT From: Jakub Lach <jakub_lach@mailplus.pl> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/163667: [maintainer-update] unbreak x11-wm/mcwm for gcc46 Message-ID: <201112281254.pBSCsJnj095558@red.freebsd.org> Resent-Message-ID: <201112281300.pBSD0Nvf062730@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163667 >Category: ports >Synopsis: [maintainer-update] unbreak x11-wm/mcwm for gcc46 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Dec 28 13:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jakub Lach >Release: 9.0-PRERELEASE #0 r228926 >Organization: >Environment: >Description: Easing the life for those forcing gcc46. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -rupN /usr/ports/x11-wm/mcw.orig/files/patch-Makefile /usr/ports/x11-wm/mcwm/files/patch-Makefile --- /usr/ports/x11-wm/mcw.orig/files/patch-Makefile 2011-12-28 13:28:03.000000000 +0100 +++ /usr/ports/x11-wm/mcwm/files/patch-Makefile 2011-12-28 13:33:49.000000000 +0100 @@ -10,7 +10,7 @@ - -lxcb-atom #-ldmalloc +CFLAGS+=-g -std=c99 -Wall -Wextra -I${LOCALBASE}/include +LDFLAGS+=-L${LOCALBASE}/lib -lxcb -lxcb-randr -lxcb-keysyms -lxcb-icccm \ -+ -lxcb-atom ++ -lxcb-atom -lxcb-property RM=/bin/rm -PREFIX=/usr/local >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112281254.pBSCsJnj095558>