openbsd-ports/audio/xmp/patches/patch-configure
espie 49bc284aaa Finally repair xmp. temp race is so obvious to fix, and nobody will move.
Also, make driver more robust, by separating gain control (which often
does not work) from main setup.
2001-04-05 19:31:41 +00:00

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