ports/112999: nedit broken by either xorg-7.2 or gcc-4.2 imports

Steve Kargl sgk at troutmask.apl.washington.edu
Fri May 25 17:48:39 UTC 2007


On Fri, May 25, 2007 at 05:30:02PM +0000, FreeBSD-gnats-submit at 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



More information about the freebsd-ports-bugs mailing list