freebsd-ports/audio/mp3chew/files/patch-aa
Daniel Harris 23461b1b17 Add mp3chew 0.51.0,
a program to rename mismatched and garbled MP3
filenames.

PR:		25653
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-16 21:15:50 +00:00

15 lines
441 B
Text

--- Makefile.orig Sat Mar 10 13:43:29 2001
+++ Makefile Sat Mar 10 13:44:01 2001
@@ -2,10 +2,10 @@
TARGET = mp3chew
DEPENDS = main.o CMp3Chew.o CMp3Filter.o CMp3SongList.o CMp3Header.o \
CMp3Keys.o CMp3Display.o
-ARGS = -Wall -lpthread -lncurses
+ARGS = -Wall -lc_r -lncurses
$(TARGET) : $(DEPENDS)
- $(CC) $(ARGS) -o $(TARGET) $(DEPENDS)
+ $(CC) $(CFLAGS) $(ARGS) -o $(TARGET) $(DEPENDS)
@echo
@echo "SUCCESS"
@echo