diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-02 02:28:15 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-11-02 02:28:15 +0000 |
commit | d3157e068c65a7d919c5bba620211e2d41a31cc6 (patch) | |
tree | 73efb051ea898f7da3277eb3b5d7506c219d3acc /multimedia/mplayerxp/files/patch-ad | |
parent | {PORTSDIR} -> ${PORTSDIR} (diff) |
o Update to 0.90.0.9 [1]
o Add WITH_FREETYPE knob [2]
PR: 44362 [2]
Submitted by: maintainer [1],
Pat Lashley <patl+freebsd@volant.org> [2]
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=69283
Diffstat (limited to 'multimedia/mplayerxp/files/patch-ad')
-rw-r--r-- | multimedia/mplayerxp/files/patch-ad | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/multimedia/mplayerxp/files/patch-ad b/multimedia/mplayerxp/files/patch-ad index 5ebd397726a8..cfd8603b66f5 100644 --- a/multimedia/mplayerxp/files/patch-ad +++ b/multimedia/mplayerxp/files/patch-ad @@ -1,6 +1,6 @@ ---- configure.orig Tue Sep 17 21:47:55 2002 -+++ configure Thu Sep 19 12:19:12 2002 -@@ -491,19 +491,10 @@ +--- configure.orig Thu Oct 24 20:12:40 2002 ++++ configure Fri Nov 1 12:46:36 2002 +@@ -495,19 +495,10 @@ # Try to find the available options for the current CPU if x86 || ppc; then @@ -20,7 +20,7 @@ pname=`$_cpuinfo | grep 'model name' | cut -d ':' -f 2 | head -1` pvendor=`$_cpuinfo | grep 'vendor_id' | cut -d ':' -f 2 | cut -d ' ' -f 2 | head -1` -@@ -1289,8 +1280,8 @@ +@@ -1302,8 +1293,8 @@ ;; *) @@ -31,7 +31,16 @@ ;; esac -@@ -1688,13 +1679,7 @@ +@@ -1313,7 +1304,7 @@ + test -z "$_bindir" && _bindir="$_prefix/bin" + test -z "$_datadir" && _datadir="$_prefix/share/mplayer" + test -z "$_mandir" && _mandir="$_prefix/man" +-test -z "$_confdir" && _confdir="$_prefix/etc/mplayer" ++test -z "$_confdir" && _confdir="$_prefix/share/mplayer" + test -z "$_libdir" && _libdir="$_prefix/lib" + test -z "$_mlibdir" && _mlibdir="$MLIBHOME" + +@@ -1702,13 +1693,7 @@ echocheck "memalign()" @@ -45,7 +54,7 @@ if test "$_memalign" = yes ; then _def_memalign='#define HAVE_MEMALIGN 1' else -@@ -1771,31 +1756,7 @@ +@@ -1785,31 +1770,7 @@ echocheck "pthread" @@ -78,7 +87,7 @@ echores "yes (using $_ld_pthread)" -@@ -4211,7 +4172,7 @@ +@@ -4277,7 +4238,7 @@ CFLAGS="$CFLAGS -D_REENTRANT" elif bsd ; then # FIXME bsd needs this so maybe other OS'es |