summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2004-06-01 08:15:50 +0000
committerBrian Harring <ferringb@gentoo.org>2004-06-01 08:15:50 +0000
commita2eb7dc32f9bacab8db836b5b380756ae6695a4b (patch)
treeea852cb831aba86668d4403c2e746818f97657d5 /media-video/ogle/files
parentversion bump (bug #52460) - docs patch from Gustavo Felisberto (diff)
downloadhistorical-a2eb7dc32f9bacab8db836b5b380756ae6695a4b.tar.gz
historical-a2eb7dc32f9bacab8db836b5b380756ae6695a4b.tar.bz2
historical-a2eb7dc32f9bacab8db836b5b380756ae6695a4b.zip
closing bug 48836, alsalib-1.0 failed configure test (configure.in not accepting the possibility of SND_MAJ_LIB==1)
Diffstat (limited to 'media-video/ogle/files')
-rw-r--r--media-video/ogle/files/ogle-configure-alsa-fix.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/media-video/ogle/files/ogle-configure-alsa-fix.patch b/media-video/ogle/files/ogle-configure-alsa-fix.patch
new file mode 100644
index 000000000000..b01329f12555
--- /dev/null
+++ b/media-video/ogle/files/ogle-configure-alsa-fix.patch
@@ -0,0 +1,22 @@
+--- configure.in.original 2003-03-11 17:03:17.000000000 +0000
++++ configure.in 2004-05-15 16:15:02.543912249 +0100
+@@ -485,7 +485,7 @@
+ [
+ #include <sys/asoundlib.h>
+ #if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
+-#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
++#if (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
+ AP_maGiC_VALUE
+ #endif
+ #endif
+--- configure.original 2004-05-15 16:19:06.688869260 +0100
++++ configure 2004-05-15 16:19:21.039809418 +0100
+@@ -13011,7 +13011,7 @@
+
+ #include <sys/asoundlib.h>
+ #if defined(SND_LIB_MAJOR) && defined(SND_LIB_MINOR)
+-#if SND_LIB_MAJOR>0 || (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
++#if (SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)
+ AP_maGiC_VALUE
+ #endif
+ #endif