summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mp3lib/Makefile b/mp3lib/Makefile
index 11c18b2497..64be72ec23 100644
--- a/mp3lib/Makefile
+++ b/mp3lib/Makefile
@@ -38,7 +38,9 @@ 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.. -L. -lMP3 -lm