From owner-cvs-all Mon Jan 4 22:08:38 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA04624 for cvs-all-outgoing; Mon, 4 Jan 1999 22:08:38 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from adelphi.physics.adelaide.edu.au (adelphi.physics.adelaide.edu.au [129.127.36.247]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA04615; Mon, 4 Jan 1999 22:08:33 -0800 (PST) (envelope-from kkennawa@physics.adelaide.edu.au) Received: from bragg (bragg [129.127.36.34]) by adelphi.physics.adelaide.edu.au (8.8.8/8.8.8/UofA-1.5) with SMTP id QAA20927; Tue, 5 Jan 1999 16:38:05 +1030 (CST) Received: from localhost by bragg; (5.65/1.1.8.2/05Aug95-0227PM) id AA28707; Tue, 5 Jan 1999 16:38:05 +1030 Date: Tue, 5 Jan 1999 16:38:05 +1030 (CST) From: Kris Kennaway X-Sender: kkennawa@bragg To: Hidetoshi Shimokawa Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: cvs commit: ports/graphics/giftrans Makefile ports/graphics/mpeg2codec/patches patch-aa ports/graphics/splitmpg/patches patch-aa ports/graphics/xdl/patches patch-aa In-Reply-To: <199901050600.WAA13024@freefall.freebsd.org> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 4 Jan 1999, Hidetoshi Shimokawa wrote: > Log: > remove -m486 option for alpha. =================================================================== RCS file: /home/ncvs/ports/graphics/mpeg2codec/patches/patch-aa,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- ports/graphics/mpeg2codec/patches/patch-aa 1996/12/09 15:37:24 1.2 +++ /home/ncvs/ports/graphics/mpeg2codec/patches/patch-aa 1999/01/05 06:00:09 1.3 @@ -33,9 +33,8 @@ # GNU gcc # -CC = gcc --CFLAGS = -O2 +CC = cc -+CFLAGS = -O2 -m486 + CFLAGS = -O2 all: mpeg2decode mpeg2encode Erm, wouldn't it be better to just do CFLAGS ?= -O2 CFLAGS += like I suggested on freebsd-ports when the PR was opened? Alpha people presumably wouldn't have CFLAGS=-m486 defined, so this works for them as well as anyone else who wants to use different optimization switches than the port was written with. Kris ----- (ASP) Microsoft Corporation (MSFT) announced today that the release of its productivity suite, Office 2000, will be delayed until the first quarter of 1901. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message