diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-09 20:44:32 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-08-09 20:44:32 +0000 |
commit | 514d2687901bb6c21fd4e396907688472b3ff30a (patch) | |
tree | 5bc5bff4649c933cc8c05fa23bc41b657dfa386e /audio/libcanberra/files/patch-config.h.in | |
parent | - Remove duplicat kdepim3 entry. (diff) |
Add an OSS driver for libcanberra, and make this the new default.
Notes
Notes:
svn path=/head/; revision=218287
Diffstat (limited to 'audio/libcanberra/files/patch-config.h.in')
-rw-r--r-- | audio/libcanberra/files/patch-config.h.in | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/audio/libcanberra/files/patch-config.h.in b/audio/libcanberra/files/patch-config.h.in new file mode 100644 index 000000000000..d1d6b10e84c4 --- /dev/null +++ b/audio/libcanberra/files/patch-config.h.in @@ -0,0 +1,42 @@ +--- config.h.in.orig 2008-08-09 15:51:54.000000000 -0400 ++++ config.h.in 2008-08-09 15:51:57.000000000 -0400 +@@ -30,6 +30,9 @@ + /* Define to 1 if you have the `lstat' function. */ + #undef HAVE_LSTAT + ++/* Define to 1 if you have the <machine/soundcard.h> header file. */ ++#undef HAVE_MACHINE_SOUNDCARD_H ++ + /* Define to 1 if you have the <memory.h> header file. */ + #undef HAVE_MEMORY_H + +@@ -39,6 +42,9 @@ + /* Have NULL output? */ + #undef HAVE_NULL + ++/* Have OSS? */ ++#undef HAVE_OSS ++ + /* Define to 1 if you have the `posix_memalign' function. */ + #undef HAVE_POSIX_MEMALIGN + +@@ -57,6 +63,9 @@ + /* Define to 1 if you have the `sleep' function. */ + #undef HAVE_SLEEP + ++/* Define to 1 if you have the <soundcard.h> header file. */ ++#undef HAVE_SOUNDCARD_H ++ + /* Define to 1 if the system has the type `ssize_t'. */ + #undef HAVE_SSIZE_T + +@@ -93,6 +102,9 @@ + /* Define to 1 if you have the <sys/socket.h> header file. */ + #undef HAVE_SYS_SOCKET_H + ++/* Define to 1 if you have the <sys/soundcard.h> header file. */ ++#undef HAVE_SYS_SOUNDCARD_H ++ + /* Define to 1 if you have the <sys/stat.h> header file. */ + #undef HAVE_SYS_STAT_H + |