openbsd-ports/audio/sidplay/patches/patch-configure

18 lines
458 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.1.1.1 2002/05/22 22:44:16 naddy Exp $
--- configure.orig Mon May 20 22:10:12 2002
+++ configure Mon May 20 22:10:47 2002
@@ -1541,11 +1541,12 @@ EOF
$CP audio/sparc/* .
echo "$ac_t""sparc" 1>&6
;;
- *netbsd*) cat >> confdefs.h <<\EOF
+ *netbsd*|*openbsd*) cat >> confdefs.h <<\EOF
#define HAVE_NETBSD 1
EOF
$CP audio/oss/* .
+ LIBS="$LIBS -lossaudio"
echo "$ac_t""oss" 1>&6
;;
esac