Date: Fri, 25 May 2007 10:47:24 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/112999: nedit broken by either xorg-7.2 or gcc-4.2 imports Message-ID: <20070525174724.GA44847@troutmask.apl.washington.edu> In-Reply-To: <200705251730.l4PHU2eW081544@freefall.freebsd.org> References: <200705251724.l4PHOd3A044516@troutmask.apl.washington.edu> <200705251730.l4PHU2eW081544@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 25, 2007 at 05:30:02PM +0000, FreeBSD-gnats-submit@FreeBSD.org wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=112999 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: nedit broken by either xorg-7.2 or gcc-4.2 imports > >Arrival-Date: Fri May 25 17:30:02 GMT 2007 The fix appears to be that open-motif needs to be built with -fno-strict-aliasing in the CFLAGS. --- Makefile.orig Fri May 25 10:46:39 2007 +++ Makefile Fri May 25 10:29:30 2007 @@ -21,6 +21,8 @@ RUN_DEPENDS= imake:${X_IMAKE_PORT} +CFLAGS+=-fno-strict-aliasing + USE_AUTOTOOLS= libtool:15 CONFLICTS= lesstif-* USE_X_PREFIX= yes -- Steve
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070525174724.GA44847>