very sloppy update, restore realplayer support
This commit is contained in:
parent
74ad54dc0c
commit
4826675824
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.126 2008/02/12 11:33:16 jakemsr Exp $
|
||||
# $OpenBSD: Makefile,v 1.127 2008/02/18 16:37:38 espie Exp $
|
||||
|
||||
# May not be hard to add more.
|
||||
ONLY_FOR_ARCHS= amd64 i386 powerpc sparc64 arm
|
||||
@ -9,7 +9,7 @@ V= 1.0rc2
|
||||
N= mplayer
|
||||
DISTNAME= MPlayer-${V}
|
||||
DIST_SUBDIR= ${N}
|
||||
PKGNAME= ${N}-${V}p1
|
||||
PKGNAME= ${N}-${V}p2
|
||||
CATEGORIES= x11 multimedia
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-configure,v 1.43 2008/02/08 17:32:41 jakemsr Exp $
|
||||
--- configure.orig Sun Oct 7 12:49:33 2007
|
||||
+++ configure Mon Feb 4 16:20:05 2008
|
||||
$OpenBSD: patch-configure,v 1.44 2008/02/18 16:37:38 espie Exp $
|
||||
--- configure.orig Sun Oct 7 21:49:33 2007
|
||||
+++ configure Mon Feb 18 17:25:13 2008
|
||||
@@ -76,7 +76,7 @@ cc_check() {
|
||||
}
|
||||
|
||||
@ -104,3 +104,12 @@ $OpenBSD: patch-configure,v 1.43 2008/02/08 17:32:41 jakemsr Exp $
|
||||
else
|
||||
_def_zlib='#undef HAVE_ZLIB'
|
||||
_libavdecoders=`echo $_libavdecoders | sed -e s/FLASHSV_DECODER// -e s/PNG_DECODER// -e s/ZMBV_DECODER// -e s/DXA_DECODER// `
|
||||
@@ -6207,7 +6211,7 @@ if test "$_real" = auto ; then
|
||||
_real=no
|
||||
_res_comment="dynamic loader support needed"
|
||||
if test "$_dl" = yes || test "$_win32dll" = yes &&
|
||||
- (linux || freebsd || netbsd || win32 || darwin) ; then
|
||||
+ (linux || freebsd || netbsd || openbsd || win32 || darwin) ; then
|
||||
_real=yes
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user