diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-07-12 18:29:29 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-07-12 18:29:29 +0000 |
commit | 445e982ff0b060824f72017e445842b2eee87345 (patch) | |
tree | 6745c09a491923dc13a22298c24d66d96746bf58 /graphics/ogle/patches | |
parent | 9ff62b68fc0891c7e27d7d16615017681c4255e5 (diff) | |
download | pkgsrc-445e982ff0b060824f72017e445842b2eee87345.tar.gz |
Update to ogle 0.8.4. Miscellaneous bug fixes, mostly to navigation.
Diffstat (limited to 'graphics/ogle/patches')
-rw-r--r-- | graphics/ogle/patches/patch-ab | 12 | ||||
-rw-r--r-- | graphics/ogle/patches/patch-ac | 29 | ||||
-rw-r--r-- | graphics/ogle/patches/patch-ad | 13 |
3 files changed, 25 insertions, 29 deletions
diff --git a/graphics/ogle/patches/patch-ab b/graphics/ogle/patches/patch-ab index a1240803a62..a4775be0d4d 100644 --- a/graphics/ogle/patches/patch-ab +++ b/graphics/ogle/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2002/06/16 18:12:58 wiz Exp $ +$NetBSD: patch-ab,v 1.3 2002/07/12 18:29:29 mycroft Exp $ ---- configure.in.orig Wed Jun 12 00:00:28 2002 -+++ configure.in Thu Jun 13 12:03:11 2002 +--- configure.in.orig Sat Jun 29 22:49:43 2002 ++++ configure.in Thu Jul 11 02:18:38 2002 @@ -351,16 +351,16 @@ esac fi @@ -21,14 +21,14 @@ $NetBSD: patch-ab,v 1.2 2002/06/16 18:12:58 wiz Exp $ - AC_DEFINE([LIBOGLEAO_OBSD],,[libogleao OpenBSD audio support]) + AC_DEFINE([LIBOGLEAO_OBSD],,[libogleao NetBSD/OpenBSD audio support]) DEFAULT_AUDIO_DRIVER="obsd" + DEFAULT_AUDIO_DEVICE="/dev/audio" ;; - esac -@@ -371,7 +371,7 @@ +@@ -372,7 +372,7 @@ [ --disable-sunaudio make a version not using Sun audio]) if test "x$enable_sunaudio" != xno; then case "$host" in - *-sun-solaris*|*-netbsd*) + *-sun-solaris*) - dnl check for headers.. only define LIBOGLEAO_OSS if headers are found. + dnl check for headers.. only define LIBOGLEAO_SOLARIS if headers are found. AC_DEFINE([LIBOGLEAO_SOLARIS],,[libogleao solaris audio support]) diff --git a/graphics/ogle/patches/patch-ac b/graphics/ogle/patches/patch-ac index 9e75ec2b9b8..d76ba406a76 100644 --- a/graphics/ogle/patches/patch-ac +++ b/graphics/ogle/patches/patch-ac @@ -1,22 +1,31 @@ -$NetBSD: patch-ac,v 1.2 2002/06/16 18:12:58 wiz Exp $ +$NetBSD: patch-ac,v 1.3 2002/07/12 18:29:29 mycroft Exp $ ---- configure.orig Wed Jun 12 00:11:32 2002 -+++ configure Thu Jun 13 12:02:17 2002 -@@ -7367,7 +7367,7 @@ - +--- configure.orig Sun Jun 30 00:54:14 2002 ++++ configure Thu Jul 11 02:22:13 2002 +@@ -1004,7 +1004,7 @@ + --disable-libtool-lock avoid locking (might break parallel builds) + --disable-xv disable the use of Xv + --disable-oss make a version not using oss +- --disable-obsdaudio make a version not using OpenBSD audio ++ --disable-obsdaudio make a version not using NetBSD/OpenBSD audio + --disable-sunaudio make a version not using Sun audio + --disable-alsa make a version not using alsa + --disable-xmltest Do not try to compile and run a test LIBXML program +@@ -10989,7 +10989,7 @@ + fi; if test "x$enable_obsdaudio" != xno; then case "$host" in - *-openbsd*) + *-netbsd*|*-openbsd*) - cat >> confdefs.h <<\EOF - #define LIBOGLEAO_OBSD -@@ -7386,7 +7386,7 @@ + cat >>confdefs.h <<\_ACEOF +@@ -11009,7 +11009,7 @@ + fi; if test "x$enable_sunaudio" != xno; then case "$host" in - *-sun-solaris*|*-netbsd*) + *-sun-solaris*) - cat >> confdefs.h <<\EOF - #define LIBOGLEAO_SOLARIS + + cat >>confdefs.h <<\_ACEOF diff --git a/graphics/ogle/patches/patch-ad b/graphics/ogle/patches/patch-ad deleted file mode 100644 index 906a8021f68..00000000000 --- a/graphics/ogle/patches/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ad,v 1.1 2002/06/16 18:12:58 wiz Exp $ - ---- libogleao/oss_audio.c.orig Wed Jun 5 20:34:58 2002 -+++ libogleao/oss_audio.c Thu Jun 13 12:12:17 2002 -@@ -26,7 +26,7 @@ - #endif - #include <stdio.h> - --#if defined(__OpenBSD__) -+#if defined(__OpenBSD__) || defined(__NetBSD__) - #include <soundcard.h> - #elif defined(__FreeBSD__) - #include <machine/soundcard.h> |