Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Nov 2012 06:08:18 GMT
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/174009: audio/mp3info: respect CC and CFLAGS
Message-ID:  <201211300608.qAU68Ii0099550@red.freebsd.org>
Resent-Message-ID: <201211300610.qAU6A0Ii068163@freefall.freebsd.org>

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

>Number:         174009
>Category:       ports
>Synopsis:       audio/mp3info: respect CC and CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 30 06:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Lo
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD 10.0-CURRENT #0 amd64
>Description:
Respect CC and CFLAGS
>How-To-Repeat:

>Fix:
--- mp3info.orig/files/patch-Makefile   1970-01-01 08:00:00.000000000 +0800
+++ mp3info/files/patch-Makefile        2012-11-30 14:00:17.000000000 +0800
@@ -0,0 +1,13 @@
+--- Makefile.orig      2012-11-30 13:59:48.000000000 +0800
++++ Makefile   2012-11-30 14:00:09.000000000 +0800
+@@ -44,8 +44,8 @@
+ STRIP = strip
+ 
+ LIBS = -lncurses
+-CC = gcc
+-CFLAGS = -g -O2 -Wall
++CC ?= cc
++CFLAGS ?= -O -pipe
+ 
+ all: mp3info gmp3info doc
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:



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