openbsd-ports/x11/mplayer/patches/patch-Makefile
jakemsr f0e6e48090 * stop mplayer from picking up installed FFmpeg headers
* update WANTLIB
* add @bin markers
* bump PKGNAME

feedback/ok brad@
2008-07-09 02:19:36 +00:00

13 lines
476 B
Plaintext

$OpenBSD: patch-Makefile,v 1.18 2008/07/09 02:19:36 jakemsr Exp $
--- Makefile.orig Sun Oct 7 12:49:33 2007
+++ Makefile Sat Jun 28 14:12:25 2008
@@ -88,7 +88,7 @@ ALL_PRG-$(MPLAYER) += mplayer$(EXESUF)
ALL_PRG-$(MENCODER) += mencoder$(EXESUF)
COMMON_LIBS += $(COMMON_LIBS-yes)
-LIBS_MPLAYER += $(LIBS_MPLAYER-yes)
+LIBS_MPLAYER += $(LIBS_MPLAYER-yes) -lrtunes -lcrypto
OBJS_MPLAYER += $(OBJS_MPLAYER-yes)
PARTS += $(PARTS-yes)
ALL_PRG += $(ALL_PRG-yes)