Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Mar 1999 16:04:52 -0800 (PST)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10362: [patch] sox does not respect CFLAGS 
Message-ID:  <199903030004.QAA12138@norn.ca.eu.org>

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

>Number:         10362
>Category:       ports
>Synopsis:       [patch] sox does not respect 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:   Tue Mar  2 16:10:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT

>Description:

make cflags work...duh ;-)

Comments welcome.

>How-To-Repeat:

>Fix:

--- sox/patches/patch-ab.orig	Tue Mar  2 15:53:12 1999
+++ sox/patches/patch-ab	Tue Mar  2 15:53:24 1999
@@ -6,7 +6,7 @@
  
 +
 +# FreeBSD 1.x / 2.x / 3.x
-+CFLAGS		= -O -DLINUXSOUND -D_HAVE_PARAM_H
++CFLAGS		+= -DLINUXSOUND -D_HAVE_PARAM_H
 +CC		= cc
 +AR		= ar r
 +RANLIB		= ranlib

-Chris

>Release-Note:
>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?199903030004.QAA12138>