diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-13 14:16:22 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2008-06-13 14:16:22 +0000 |
commit | 422d38b99a2553e597c34e6b707bae311903b265 (patch) | |
tree | f53b1cd534073f8f63b093cfd9e01edf5f2a6b80 /media-libs | |
parent | No longer build tests if we don't need them. Bug #226343. (diff) | |
download | gentoo-2-422d38b99a2553e597c34e6b707bae311903b265.tar.gz gentoo-2-422d38b99a2553e597c34e6b707bae311903b265.tar.bz2 gentoo-2-422d38b99a2553e597c34e6b707bae311903b265.zip |
Include the /right/ patch.
(Portage version: 2.1.5.5)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/a52dec/files/a52dec-0.7.4-tests-optional.patch | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/media-libs/a52dec/files/a52dec-0.7.4-tests-optional.patch b/media-libs/a52dec/files/a52dec-0.7.4-tests-optional.patch index b52fbbd4d31f..d8c647534401 100644 --- a/media-libs/a52dec/files/a52dec-0.7.4-tests-optional.patch +++ b/media-libs/a52dec/files/a52dec-0.7.4-tests-optional.patch @@ -1,6 +1,6 @@ diff -NrU5 a52dec-0.7.4.orig/configure.in a52dec-0.7.4/configure.in ---- a52dec-0.7.4.orig/configure.in 2008-06-13 15:48:43.000000000 +0200 -+++ a52dec-0.7.4/configure.in 2008-06-13 15:46:23.000000000 +0200 +--- a52dec-0.7.4.orig/configure.in 2008-06-13 16:13:46.000000000 +0200 ++++ a52dec-0.7.4/configure.in 2008-06-13 16:12:20.000000000 +0200 @@ -106,10 +106,16 @@ elif test x"$TENDRA" = x"yes"; then dnl TenDRA portability checking compiler @@ -19,13 +19,14 @@ diff -NrU5 a52dec-0.7.4.orig/configure.in a52dec-0.7.4/configure.in AC_OUTPUT diff -NrU5 a52dec-0.7.4.orig/Makefile.am a52dec-0.7.4/Makefile.am ---- a52dec-0.7.4.orig/Makefile.am 2008-06-13 15:48:45.000000000 +0200 -+++ a52dec-0.7.4/Makefile.am 2008-06-13 15:47:55.000000000 +0200 +--- a52dec-0.7.4.orig/Makefile.am 2008-06-13 16:13:46.000000000 +0200 ++++ a52dec-0.7.4/Makefile.am 2008-06-13 16:12:33.000000000 +0200 @@ -1,3 +1,7 @@ - SUBDIRS = autotools include doc liba52 libao src vc++ test - +-SUBDIRS = autotools include doc liba52 libao src vc++ test ++SUBDIRS = autotools include doc liba52 libao src vc++ ++ +if TESTS +SUBDIRS += test +endif -+ + EXTRA_DIST = HISTORY bootstrap |