Update to 1.0.9, OpenBSD support has been integrated.

This commit is contained in:
naddy 2003-01-23 01:56:21 +00:00
parent ecd941932f
commit f3dfb98c13
3 changed files with 5 additions and 22 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2002/12/29 19:29:57 fgsch Exp $ # $OpenBSD: Makefile,v 1.3 2003/01/23 01:56:21 naddy Exp $
COMMENT= "Commodore 64 music player and SID chip emulator" COMMENT= "Commodore 64 music player and SID chip emulator"
DISTNAME= sidplay-base-1.0.8 DISTNAME= sidplay-base-1.0.9
PKGNAME= ${DISTNAME:S/-base//} PKGNAME= ${DISTNAME:S/-base//}
CATEGORIES= audio CATEGORIES= audio

View File

@ -1,3 +1,3 @@
MD5 (sidplay-base-1.0.8.tgz) = 7a68242d2a5affa8c2a5add83107bff8 MD5 (sidplay-base-1.0.9.tgz) = 633506d1225ce9713106fc8d851b0750
RMD160 (sidplay-base-1.0.8.tgz) = 30d4f2022061f333d0ac6c8bf2989709632d0aa2 RMD160 (sidplay-base-1.0.9.tgz) = 4a96d5ebc5510d2b348bc837c184912c7f16789a
SHA1 (sidplay-base-1.0.8.tgz) = 5cf789322dc81fe3fe12a65af8c34715a92644cd SHA1 (sidplay-base-1.0.9.tgz) = 0a159a9710fd82c942fe011a0d2ac70fb01be29c

View File

@ -1,17 +0,0 @@
$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