diff options
author | 2011-03-20 09:46:49 +0000 | |
---|---|---|
committer | 2011-03-20 09:46:49 +0000 | |
commit | 9faccc420032fb3f9b5a203e32424556e74c6377 (patch) | |
tree | 9dad39ad703ce500012e634432843d077506de90 /media-libs/memphis/files | |
parent | Prepare (late) for gst-plugins-good-0.10.28 - jack plugin moved here from -bad (diff) | |
download | historical-9faccc420032fb3f9b5a203e32424556e74c6377.tar.gz historical-9faccc420032fb3f9b5a203e32424556e74c6377.tar.bz2 historical-9faccc420032fb3f9b5a203e32424556e74c6377.zip |
Removed old, fix for conditional building vala bindings, 359549
Package-Manager: portage-2.2.0_alpha28/cvs/Linux x86_64
Diffstat (limited to 'media-libs/memphis/files')
-rw-r--r-- | media-libs/memphis/files/memphis-0.2.3-demos.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/media-libs/memphis/files/memphis-0.2.3-demos.patch b/media-libs/memphis/files/memphis-0.2.3-demos.patch new file mode 100644 index 000000000000..2d9510efdc5f --- /dev/null +++ b/media-libs/memphis/files/memphis-0.2.3-demos.patch @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index d1a063d..68218b5 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -95,7 +95,7 @@ if test x$enable_vala = xyes; then + AC_SUBST(VALA_EXAMPLE_PACKAGES) + fi + +-AM_CONDITIONAL(ENABLE_VALA, test x${VALAC} != x"") ++AM_CONDITIONAL(ENABLE_VALA, test x$enable_vala = xyes"") + + # ----------------------------------------------------------- + AC_CONFIG_FILES([Makefile |