Update to 0.6. Now compiles with g++ 3.1 out of the box.

This commit is contained in:
naddy 2002-06-23 11:02:55 +00:00
parent 5fa71d4002
commit 36c2cd0cff
3 changed files with 5 additions and 16 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2002/06/14 22:01:52 naddy Exp $
# $OpenBSD: Makefile,v 1.6 2002/06/23 11:02:55 naddy Exp $
COMMENT= "lossy/lossless audio coder"
DISTNAME= bonk-0.5
DISTNAME= bonk-0.6
CATEGORIES= audio
NEED_VERSION= 1.515
HOMEPAGE= http://yoyo.cc.monash.edu.au/~pfh/bonk/

View File

@ -1,3 +1,3 @@
MD5 (bonk-0.5.tar.gz) = 81c4741a1e7445e2cff4b30c81ef8796
RMD160 (bonk-0.5.tar.gz) = f80dcba7c3ae690fdec1746eada3e14720ef7d72
SHA1 (bonk-0.5.tar.gz) = b4e0794b5fda263c950ae03aa35f0097543803b5
MD5 (bonk-0.6.tar.gz) = e89bfb9c7e985b548e8effc3b059b888
RMD160 (bonk-0.6.tar.gz) = 3565192b3b43affa2b106fef794cd91286cff73e
SHA1 (bonk-0.6.tar.gz) = 35cca29e31fcdf11ec21978cf607485033a03163

View File

@ -1,11 +0,0 @@
$OpenBSD: patch-bonk_cc,v 1.1 2002/06/14 00:13:59 espie Exp $
--- bonk.cc.orig Fri Jun 14 02:01:36 2002
+++ bonk.cc Fri Jun 14 02:05:20 2002
@@ -38,6 +38,7 @@ const char *version = "0.5";
#include <string>
#include <algorithm>
+using namespace std;
// Support from Linux and *BSD sound output
#if defined(__linux__)