Ticket #11829: MPlayer.patch
File MPlayer.patch, 870 bytes (added by ecronin (Eric Cronin), 18 years ago) |
---|
-
Portfile
1 # $Id: Portfile 2 1647 2007-01-31 20:15:25Z eridius@macports.org $1 # $Id: Portfile 23617 2007-04-05 15:45:49Z pipping@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 name MPlayer … … 49 49 port:libpng port:libvorbis port:lzo port:ncurses \ 50 50 port:zlib 51 51 52 # MPlayer's ./configure REALLY does not want you to use ENV for this 53 configure.cflags {} 54 configure.cxxflags {} 55 configure.cppflags {} 56 configure.ldflags {} 57 52 58 configure.args \ 53 59 --with-extraincdir=${prefix}/include:${prefix}/include/cdparanoia/interface:${prefix}/include/cdparanoia/paranoia \ 54 60 --with-extralibdir=${prefix}/lib:${prefix}/lib/samba3 \