49bc284aaa
Also, make driver more robust, by separating gain control (which often does not work) from main setup.
18 lines
344 B
Plaintext
18 lines
344 B
Plaintext
$OpenBSD: patch-configure,v 1.1 2001/04/05 19:31:42 espie Exp $
|
|
--- configure.orig Wed May 20 20:43:13 1998
|
|
+++ configure Thu Apr 5 20:52:58 2001
|
|
@@ -1317,6 +1317,13 @@ EOF
|
|
#define DRIVER_SUNOS 1
|
|
EOF
|
|
|
|
+ ;;
|
|
+ openbsd*)
|
|
+ DRIVERS="${DRIVERS} solaris.o"
|
|
+ cat >> confdefs.h <<\EOF
|
|
+#define DRIVER_SOLARIS 1
|
|
+EOF
|
|
+ ;;
|
|
esac
|
|
fi
|
|
|