1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Respect CC and CFLAGS.

Maintainer timed out.

Feature safe:	yes

PR:	ports/174009
This commit is contained in:
Kevin Lo 2012-12-06 06:03:25 +00:00
parent e3c10e91ba
commit d35c85335d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308366

View File

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