diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-02 21:36:45 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2010-09-02 21:36:45 +0000 |
commit | 89c0f1743f45c59acb8cc2fc073fad8ef136d3c2 (patch) | |
tree | d80aec7cb7dd1e2ab67289bcaf6e8b3470108089 /multimedia/mplayerxp | |
parent | dd3bca784dbc168d4a78efb0e255735293e4db38 (diff) | |
download | ports-89c0f1743f45c59acb8cc2fc073fad8ef136d3c2.tar.gz ports-89c0f1743f45c59acb8cc2fc073fad8ef136d3c2.zip |
Notes
Diffstat (limited to 'multimedia/mplayerxp')
-rw-r--r-- | multimedia/mplayerxp/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayerxp/files/patch-mplayerxp__configure | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index 9c283a39b77c..4183a81bd152 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayerxp PORTVERSION= 0.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= multimedia audio MASTER_SITES= SF diff --git a/multimedia/mplayerxp/files/patch-mplayerxp__configure b/multimedia/mplayerxp/files/patch-mplayerxp__configure index ddee63563305..81ac46ca5693 100644 --- a/multimedia/mplayerxp/files/patch-mplayerxp__configure +++ b/multimedia/mplayerxp/files/patch-mplayerxp__configure @@ -1,5 +1,5 @@ ---- mplayerxp/configure.orig 2009-01-25 17:00:03.000000000 +0900 -+++ mplayerxp/configure 2009-02-03 00:18:15.000000000 +0900 +--- mplayerxp/configure.orig 2009-01-25 08:00:03.000000000 +0000 ++++ mplayerxp/configure 2009-09-29 16:05:01.545372105 +0000 @@ -85,13 +85,11 @@ --enable-dga build with DGA1 or DGA2 support [autodetect] --enable-vesa build with VESA support [autodetect] @@ -32,3 +32,12 @@ # Note: the -lXxf86vm library is the VideoMode extension and though it's not # needed for DGA, AFAIK every distribution packages together with DGA stuffs +@@ -906,7 +906,7 @@ + print_config USE_ config.h config.mak dvdread + enabled libdvdread && _inputmodules="dvdread $_inputmodules" || _noinputmodules="dvdread $_noinputmodules" + +-enabled libdvdnav && require2 libdvdnav dvdnav/dvdnav.h dvdnav_set_PGC_positioning_flag -ldvdnav ++enabled libdvdnav && require2 libdvdnav "sys/types.h dvdnav/dvdnav.h" dvdnav_set_PGC_positioning_flag -ldvdnav + dvdnav=$libdvdnav + print_config USE_ config.h config.mak dvdnav + enabled libdvdnav && _inputmodules="dvdnav $_inputmodules" || _noinputmodules="dvdnav $_noinputmodules" |