467893b2e9
keybindings work (like change the volume through the keyboard). Bump PKGREVISION to 1.
22 lines
570 B
Text
22 lines
570 B
Text
$NetBSD: patch-ad,v 1.2 2004/06/26 15:46:52 jmmv Exp $
|
|
|
|
--- configure.orig 2004-04-15 18:59:14.000000000 +0200
|
|
+++ configure
|
|
@@ -23220,7 +23220,7 @@ if test `eval echo '${'$as_ac_Header'}'`
|
|
cat >>confdefs.h <<_ACEOF
|
|
#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
|
|
_ACEOF
|
|
- XF86MISC_LIBS="-lXxf86misc"
|
|
+ XF86MISC_LIBS="-lXxf86misc -lXext"
|
|
fi
|
|
|
|
done
|
|
@@ -25958,6 +25958,8 @@ cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
|
|
#ifdef __NetBSD__
|
|
+ #include <sys/param.h>
|
|
+ #include <sys/sysctl.h>
|
|
#include <soundcard.h>
|
|
#else
|
|
#include <sys/soundcard.h>
|