diff options
author | Juergen Lock <nox@FreeBSD.org> | 2012-06-23 13:21:04 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2012-06-23 13:21:04 +0000 |
commit | 32bf1b3aacdddc5c52d7463fa28ddbed15b7312a (patch) | |
tree | 32b435cdf3b5e63b2febea0d646381a786aef6d6 /multimedia/libxine/files/patch-configure | |
parent | Update to 0.9.5 (diff) |
- Update multimedia/libxine to 1.2.2 .
- Bump PORTREVISION for ports depending on it by default.
Diffstat (limited to '')
-rw-r--r-- | multimedia/libxine/files/patch-configure | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/libxine/files/patch-configure b/multimedia/libxine/files/patch-configure index e72f9450238a..75aef21bea66 100644 --- a/multimedia/libxine/files/patch-configure +++ b/multimedia/libxine/files/patch-configure @@ -1,5 +1,14 @@ --- configure.orig +++ configure +@@ -20349,7 +20349,7 @@ $as_echo "#define ARCH_SPARC /**/" >>con + + ;; + +- x86_64-*) ++ x86_64-*|amd64-*) + arch_x86=64 + + $as_echo "#define ARCH_X86_64 /**/" >>confdefs.h @@ -26197,7 +26197,7 @@ fi if test x"$enable_dvb" != x"no"; then |