Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Jan 1999 06:25:03 -0800 (PST)
From:      kkennawa@physics.adelaide.edu.au
To:        freebsd-gnats-submit@FreeBSD.ORG
Subject:   ports/9287: audio/dagrab does not respect CC, CFLAGS
Message-ID:  <199901031425.GAA00399@hub.freebsd.org>

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

>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



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