Skip site navigation (1)Skip section navigation (2)
Date:      14 Jan 1999 12:16:10 -0000
From:      kkenn@rebel.net.au
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9489: net/tinyfugue does not respect CFLAGS
Message-ID:  <19990114121610.10259.qmail@morden.rebel.net.au>

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

>Number:         9489
>Category:       ports
>Synopsis:       The net/tinyfugue port doesn't 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:   Thu Jan 14 04:20:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Kris Kennaway
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>Environment:
>Description:

The following patch causes the tinyfugue port to respect CFLAGS during
compilation.

>How-To-Repeat:

>Fix:
	
diff -ruN tinyfugue/patches/patch-ab tinyfugue~/patches/patch-ab
--- tinyfugue/patches/patch-ab	Mon Nov 24 04:26:19 1997
+++ tinyfugue~/patches/patch-ab	Thu Jan 14 04:59:12 1999
@@ -1,5 +1,5 @@
---- unix/Config.orig	Fri Apr  4 11:51:58 1997
-+++ unix/Config	Mon Jun 16 18:18:29 1997
+--- unix/Config.orig	Mon Nov 16 16:43:32 1998
++++ unix/Config	Thu Jan 14 04:56:10 1999
 @@ -33,9 +33,12 @@
  #   even if an old version is currently in use.  You can remove
  #   the old version manually later when it is no longer in use.
@@ -27,3 +27,12 @@
  
  
  ### Flags.
+@@ -110,7 +113,7 @@
+ # by removing the leading "#".
+ 
+ # CC=cc
+-# CCFLAGS="-g"
++CCFLAGS=${CFLAGS}
+ 
+ 
+ ### Stripping.
>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?19990114121610.10259.qmail>