Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 May 2007 17:50:12 GMT
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/112999: nedit broken by either xorg-7.2 or gcc-4.2 imports
Message-ID:  <200705251750.l4PHoCmF084924@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/112999; it has been noted by GNATS.

From: Steve Kargl <sgk@troutmask.apl.washington.edu>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc:  
Subject: Re: ports/112999: nedit broken by either xorg-7.2 or gcc-4.2 imports
Date: Fri, 25 May 2007 10:47:24 -0700

 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?200705251750.l4PHoCmF084924>