diff options
author | khorben <khorben> | 2013-08-14 01:08:49 +0000 |
---|---|---|
committer | khorben <khorben> | 2013-08-14 01:08:49 +0000 |
commit | 86f07fa64165da8c44870abf6058bcd30b5baec8 (patch) | |
tree | 5db9b2f4d892f88e0b3844a78676d578f25e4b1b | |
parent | 45cebd7fbadd4df8de7854a363637a24633dff10 (diff) | |
download | pkgsrc-86f07fa64165da8c44870abf6058bcd30b5baec8.tar.gz |
Imported missing patch while adding the package
-rw-r--r-- | audio/bmp-crossfade/patches/patch-config.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/bmp-crossfade/patches/patch-config.h.in b/audio/bmp-crossfade/patches/patch-config.h.in new file mode 100644 index 00000000000..61176144ee5 --- /dev/null +++ b/audio/bmp-crossfade/patches/patch-config.h.in @@ -0,0 +1,14 @@ +$NetBSD: patch-config.h.in,v 1.1 2013/08/14 01:08:49 khorben Exp $ + +--- config.h.in.orig 2006-07-06 10:00:41.000000000 +0000 ++++ config.h.in +@@ -75,6 +75,9 @@ + /* Define to 1 if you have the `select' function. */ + #undef HAVE_SELECT + ++/* Define to 1 if you have the <soundcard.h> header file. */ ++#undef HAVE_SOUNDCARD_H ++ + /* Define to 1 if you have the <stdint.h> header file. */ + #undef HAVE_STDINT_H + |