How-To-Repeat: Update ports and take a look to x11/xscreensaver/Makefile You will see there the following: .if ${ARCH} == "amd64" CFLAGS+= -O0 .endif There is no need to add "-O0" to CFLAGS on amd64. I've built xscreensaver successfully with "-O2 -fno-strict-aliasing -pipe -march=core2"
Responsible Changed From-To: freebsd-ports-bugs->dougb Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->analyzed I'll give this a shot, thanks.
State Changed From-To: analyzed->closed Committed, thanks!
dougb 2012-07-02 10:04:41 UTC FreeBSD ports repository Modified files: x11/xscreensaver Makefile Log: Forcing -O0 for amd64 no longer seems relevant PR: ports/169523 Submitted by: Sayetsky Anton <vsjcfm@gmail.com> Revision Changes Path 1.124 +0 -4 ports/x11/xscreensaver/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"