Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Dec 2004 21:47:17 +0100 (CET)
From:      Jose M Rodriguez <josemi@freebsd.jazztel.es>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kuriyama@FreeBSD.org
Subject:   ports/75074: fight against -O2 compilers problems
Message-ID:  <200412142047.iBEKlHCx058201@orion.redesjm.local>
Resent-Message-ID: <200412142050.iBEKoRVn059591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         75074
>Category:       ports
>Synopsis:       fight against -O2 compilers problems
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 14 20:50:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Jose M Rodriguez
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Redes JM
>Environment:
System: FreeBSD orion.redesjm.local 5.3-STABLE FreeBSD 5.3-STABLE #0: Mon Dec 13 17:11:14 CET 2004 root@orion.redesjm.local:/usr/obj/usr/src/sys/ORION i386


>Description:
>How-To-Repeat:
>Fix:

--- patch-jade begins here ---
--- textproc/jade/Makefile.orig	Tue Nov 16 22:25:24 2004
+++ textproc/jade/Makefile	Tue Nov 16 22:26:55 2004
@@ -52,4 +52,9 @@
 	${INSTALL_DATA} ${WRKSRC}/pubtext/xml* ${PREFIX}/share/xml/jade
 	@${XMLCATMGR} -sc ${CATALOG_PORTS_SGML} add CATALOG ${PORTNAME}/catalog
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+# don't use more that -O with this port
+CFLAGS:=      -O ${CFLAGS:N-O*}
+
+.include <bsd.port.post.mk>
--- patch-jade ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412142047.iBEKlHCx058201>