mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
db85bb4f6b
Approved by: ncurses blanket
16 lines
275 B
Plaintext
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
|
|
|