1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/mp3info/files/patch-Makefile
John Marino db85bb4f6b audio/mp3info: document and fix ncurses requirement
Approved by:	ncurses blanket
2016-08-23 18:16:58 +00:00

16 lines
275 B
Plaintext

--- Makefile.orig 2006-11-10 00:14:11 UTC
+++ Makefile
@@ -43,9 +43,9 @@ RM = /bin/rm
INSTALL = /usr/bin/install -c
STRIP = strip
-LIBS = -lncurses
-CC = gcc
-CFLAGS = -g -O2 -Wall
+LIBS = $(LDFLAGS) -lncurses
+CC ?= cc
+CFLAGS ?= -O -pipe
all: mp3info gmp3info doc