Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Dec 2012 06:03:26 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308366 - head/audio/mp3info/files
Message-ID:  <201212060603.qB663QXA075691@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Thu Dec  6 06:03:25 2012
New Revision: 308366
URL: http://svnweb.freebsd.org/changeset/ports/308366

Log:
  Respect CC and CFLAGS.
  Maintainer timed out.
  
  Feature safe:	yes
  
  PR:	ports/174009

Added:
  head/audio/mp3info/files/
  head/audio/mp3info/files/patch-Makefile   (contents, props changed)

Added: head/audio/mp3info/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/mp3info/files/patch-Makefile	Thu Dec  6 06:03:25 2012	(r308366)
@@ -0,0 +1,12 @@
+--- 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



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