14 lines
446 B
Plaintext
14 lines
446 B
Plaintext
$OpenBSD: patch-mp3lib_Makefile,v 1.5 2003/02/16 07:25:18 brad Exp $
|
|
--- mp3lib/Makefile.orig Mon Jan 27 16:47:25 2003
|
|
+++ mp3lib/Makefile Thu Feb 13 16:58:25 2003
|
|
@@ -54,9 +54,6 @@ libMP3.a: $(OBJS)
|
|
ifeq ($(TARGET_OS),CYGWIN)
|
|
./mp3lib_objfix.sh
|
|
endif
|
|
-ifeq ($(TARGET_OS),OpenBSD)
|
|
- ./mp3lib_objfix.sh
|
|
-endif
|
|
test1: libMP3.a test.c
|
|
$(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. ./libMP3.a ../mp_msg-mencoder.o ../cpudetect.o -lm
|
|
|