ab44b21a13
SIDPLAY emulates the Sound Interface Device (SID) chip and the microprocessor unit of the Commodore 64 computer, so it can load and execute C64 machine code programs which produce music or sound. Using SIDPLAY, you can listen to thousands of old and new C64 sound files by infamous artists such as Hubbard and Paul Norman!
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
$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
|