diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-08-05 21:27:31 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-08-05 21:27:31 +0000 |
commit | a4ee50de55bdefe8c0ad3065ac60e2da5b351655 (patch) | |
tree | 4b74eb373d8512061845df6678ad53e2af62bf5a /multimedia/mplayer/files/patch-libdha-pci.c | |
parent | - Update to 2.4.4 (diff) |
- Split the port into mplayer and mencoder
- mplayer is now pkg_add'able as it no longer depends on restricted ports
- Remove compatibility tweaks for FreeBSD-4 as it is no longer supported
- A patch to correct handle amd64 in libdha-pci.c
PR: ports/115170
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=197165
Diffstat (limited to 'multimedia/mplayer/files/patch-libdha-pci.c')
-rw-r--r-- | multimedia/mplayer/files/patch-libdha-pci.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/mplayer/files/patch-libdha-pci.c b/multimedia/mplayer/files/patch-libdha-pci.c new file mode 100644 index 000000000000..cc5972c72a44 --- /dev/null +++ b/multimedia/mplayer/files/patch-libdha-pci.c @@ -0,0 +1,9 @@ +--- libdha/pci.c Sun Oct 22 18:32:26 2006 ++++ libdha/pci.c Sat Jun 9 17:09:11 2007 +@@ -493,5 +493,5 @@ + #elif defined(__powerpc__) + #include "sysdep/pci_powerpc.c" +-#elif defined(__x86_64__) ++#elif defined(__x86_64__) || defined(__amd64__) + /* Nothing here right now */ + #else |