fix OSS detection on NetBSD, patch from Julio M. Merino Vidal
2004-07-15 Bastien Nocera <hadess@hadess.net> * configure.in: fix OSS detection on NetBSD, patch from Julio M. Merino Vidal <jmmv@menta.net> (Closes: #145038) 2004-07-15 Bastien Nocera <hadess@hadess.net> * actions/acme-volume-oss.c: fix OSS compilation on NetBSD
This commit is contained in:
parent
b5699a40ce
commit
daa9f3a0f6
4 changed files with 13 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-07-15 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* configure.in: fix OSS detection on NetBSD, patch from Julio M.
|
||||||
|
Merino Vidal <jmmv@menta.net> (Closes: #145038)
|
||||||
|
|
||||||
2004-07-15 Bastien Nocera <hadess@hadess.net>
|
2004-07-15 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* configure.in: fix gdk-pixbuf-csource's double identity (was not
|
* configure.in: fix gdk-pixbuf-csource's double identity (was not
|
||||||
|
|
|
@ -314,6 +314,8 @@ dnl ==============================================
|
||||||
have_oss=no
|
have_oss=no
|
||||||
AC_TRY_COMPILE([
|
AC_TRY_COMPILE([
|
||||||
#ifdef __NetBSD__
|
#ifdef __NetBSD__
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <sys/sysctl.h>
|
||||||
#include <soundcard.h>
|
#include <soundcard.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/soundcard.h>
|
#include <sys/soundcard.h>
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
2004-07-15 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* actions/acme-volume-oss.c: fix OSS compilation on NetBSD
|
||||||
|
|
||||||
2004-07-15 Bastien Nocera <hadess@hadess.net>
|
2004-07-15 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
* actions/acme-volume-alsa.c: (acme_volume_alsa_finalize),
|
* actions/acme-volume-alsa.c: (acme_volume_alsa_finalize),
|
||||||
|
|
|
@ -28,6 +28,8 @@
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
#ifdef __NetBSD__
|
#ifdef __NetBSD__
|
||||||
|
#include <sys/param.h>
|
||||||
|
#include <sys/sysctl.h>
|
||||||
#include <soundcard.h>
|
#include <soundcard.h>
|
||||||
#else
|
#else
|
||||||
#include <sys/soundcard.h>
|
#include <sys/soundcard.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue