From owner-cvs-all@FreeBSD.ORG Thu Dec 23 01:39:18 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B208216A4D2; Thu, 23 Dec 2004 01:39:18 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FC4F43D39; Thu, 23 Dec 2004 01:39:18 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBN1dIgE097995; Thu, 23 Dec 2004 01:39:18 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBN1dIDO097994; Thu, 23 Dec 2004 01:39:18 GMT (envelope-from edwin) Message-Id: <200412230139.iBN1dIDO097994@repoman.freebsd.org> From: Edwin Groothuis Date: Thu, 23 Dec 2004 01:39:18 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel/asis Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 01:39:19 -0000 edwin 2004-12-23 01:39:18 UTC FreeBSD ports repository Modified files: devel/asis Makefile Log: devel/asis: must build without -fno-strict-aliasing ASIS is build using the GCC that comes from the GNAT port, which is a 2.8.1-based compiler that neither supports nor needs -fno-strict-aliasing, which is now present in the system default CFLAGS value. To allow this port to build on a recent -CURRENT, this CFLAGS setting thus needs to be overridden by the port's Makefile. PR: ports/75376 Submitted by: Thomas Quinot Revision Changes Path 1.16 +1 -0 ports/devel/asis/Makefile