diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-08 12:42:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-05-08 12:42:11 +0000 |
commit | d9ad26680f94dcdf04c48b01bed786fbc412ae97 (patch) | |
tree | ea2d28a0582d0089d1c8f13a7da458f04c894ab6 /media-libs/xvid | |
parent | Mask the ebuild until the ppc problem is sorted out. (diff) | |
download | gentoo-2-d9ad26680f94dcdf04c48b01bed786fbc412ae97.tar.gz gentoo-2-d9ad26680f94dcdf04c48b01bed786fbc412ae97.tar.bz2 gentoo-2-d9ad26680f94dcdf04c48b01bed786fbc412ae97.zip |
Another try to have that ppc check sorted out.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'media-libs/xvid')
-rw-r--r-- | media-libs/xvid/files/xvid-1.1.0_beta2-altivec.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/xvid/files/xvid-1.1.0_beta2-altivec.patch b/media-libs/xvid/files/xvid-1.1.0_beta2-altivec.patch index d9211a60a4f0..ec61b0c39c7e 100644 --- a/media-libs/xvid/files/xvid-1.1.0_beta2-altivec.patch +++ b/media-libs/xvid/files/xvid-1.1.0_beta2-altivec.patch @@ -1,6 +1,6 @@ diff -ur -x '*~' xvidcore-1.1.0-beta2/build/generic/configure.in xvidcore-1.1.0-beta2-fixaltivec/build/generic/configure.in --- xvidcore-1.1.0-beta2/build/generic/configure.in 2005-04-03 22:39:45.000000000 +0200 -+++ xvidcore-1.1.0-beta2-fixaltivec/build/generic/configure.in 2005-05-08 14:28:08.645473320 +0200 ++++ xvidcore-1.1.0-beta2-fixaltivec/build/generic/configure.in 2005-05-08 14:38:42.920048928 +0200 @@ -426,8 +426,18 @@ dnl * The vector definition is handled in portab.h thx to dnl HAVE_PARENTHESES/BRACES_ALTIVEC_DECL @@ -13,11 +13,11 @@ diff -ur -x '*~' xvidcore-1.1.0-beta2/build/generic/configure.in xvidcore-1.1.0- -if test "$ARCHITECTURE" = "PPC" ; then +AC_MSG_CHECKING([if altivec support has to be activated]) + -+if test "$ARCHITECTURE" = "PPC" && test "$want_altivec" = no; then -+ AC_MSG_RESULT([no]) dnl if altivec support has to be activated ++if test "$ARCHITECTURE" = "PPC" && test "$want_altivec" = "no"; then ++ AC_MSG_RESULT([no]) + ARCHITECTURE="GENERIC" +elif test "$ARCHITECTURE" = "PPC"; then -+ AC_MSG_RESULT([yes]) dnl if altivec support has to be activated ++ AC_MSG_RESULT([yes]) AS="\$(CC)" AFLAGS="" ASSEMBLY_EXTENSION=".s" @@ -26,7 +26,7 @@ diff -ur -x '*~' xvidcore-1.1.0-beta2/build/generic/configure.in xvidcore-1.1.0- rm -f conftest.* +else -+ AC_MSG_RESULT([no]) dnl if altivec support has to be activated ++ AC_MSG_RESULT([no]) fi dnl |