openbsd-ports/x11/mplayer/patches/patch-mp3lib_Makefile
brad 6f08bc466e upgrade to mplayer 0.90rc4
based on diff from MAINTAINER for 0.90rc3
2003-02-16 07:25:18 +00:00

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