ports/174009: audio/mp3info: respect CC and CFLAGS
Kevin Lo
kevlo at FreeBSD.org
Fri Nov 30 06:10:00 UTC 2012
>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:
More information about the freebsd-ports-bugs
mailing list