freebsd-ports/audio/mp3info/files/patch-Makefile
Kevin Lo d35c85335d Respect CC and CFLAGS.
Maintainer timed out.

Feature safe:	yes

PR:	ports/174009
2012-12-06 06:03:25 +00:00

12 lines
255 B
Text

--- 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