From owner-freebsd-ports Sun Jan 3 06:30:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00638 for freebsd-ports-outgoing; Sun, 3 Jan 1999 06:30:09 -0800 (PST) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA00633 for ; Sun, 3 Jan 1999 06:30:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id GAA00694; Sun, 3 Jan 1999 06:30:01 -0800 (PST) Received: (from nobody@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA00399; Sun, 3 Jan 1999 06:25:03 -0800 (PST) (envelope-from nobody) Message-Id: <199901031425.GAA00399@hub.freebsd.org> Date: Sun, 3 Jan 1999 06:25:03 -0800 (PST) From: kkennawa@physics.adelaide.edu.au To: freebsd-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: www-1.0 Subject: ports/9287: audio/dagrab does not respect CC, CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9287 >Category: ports >Synopsis: audio/dagrab does not respect CC, CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jan 3 06:30:01 PST 1999 >Last-Modified: >Originator: Kris Kennaway >Organization: >Release: >Environment: >Description: These patches make audio/dagrab respect CC and CFLAGS if they are already set. Pretty trivial patch.. >How-To-Repeat: >Fix: diff -ruN dagrab/patches/patch-aa dagrab~/patches/patch-aa --- dagrab/patches/patch-aa Thu Jan 1 09:30:00 1970 +++ dagrab~/patches/patch-aa Mon Jan 4 00:51:37 1999 @@ -0,0 +1,16 @@ +*** Makefile~ Mon Jan 4 00:51:29 1999 +--- Makefile Mon Jan 4 00:51:17 1999 +*************** +*** 1,5 **** +! CC=gcc +! CFLAGS=-Wall -g + all:dagrab + + dagrab:dagrab.o +--- 1,6 ---- +! CC ?= gcc +! CFLAGS ?= -O2 +! CFLAGS += -Wall -g + all:dagrab + + dagrab:dagrab.o >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message