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

13 lines
330 B
Plaintext

$OpenBSD: patch-libavcodec_Makefile,v 1.4 2003/02/16 07:25:18 brad Exp $
--- libavcodec/Makefile.orig Sat Feb 1 15:57:37 2003
+++ libavcodec/Makefile Thu Feb 13 16:58:25 2003
@@ -117,7 +117,7 @@ $(LIB): $(OBJS)
rm -f $@
$(AR) rc $@ $(OBJS)
ifneq ($(CONFIG_OS2),yes)
- $(RANLIB) $@
+# $(RANLIB) $@
endif
$(SLIB): $(OBJS)