diff options
author | Alexander Langer <alex@FreeBSD.org> | 2001-03-10 16:28:45 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2001-03-10 16:28:45 +0000 |
commit | f800720c00547b8d7f1fd0b1b027a9a9ea4581bf (patch) | |
tree | 4a97d90e6814790f9314316fe0416df2dcece5c3 /audio | |
parent | Update the port. While the formal version number was unchanged, the game (diff) |
Fix build for alpha.
Submitted by: havk.org
Notes
Notes:
svn path=/head/; revision=39432
Diffstat (limited to 'audio')
-rw-r--r-- | audio/sox/files/patch-ab | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/sox/files/patch-ab b/audio/sox/files/patch-ab index a28c33234f86..63c50ac29a90 100644 --- a/audio/sox/files/patch-ab +++ b/audio/sox/files/patch-ab @@ -1,11 +1,11 @@ ---- resample.c.orig Fri Sep 1 11:08:24 2000 -+++ resample.c Sat Feb 24 22:28:16 2001 +--- resample.c.orig Fri Sep 1 18:08:24 2000 ++++ resample.c Sat Mar 10 17:26:57 2001 @@ -180,7 +180,7 @@ resample_t r = (resample_t) effp->priv; LONG Xoff, gcdrate; int i; - extern long st_gcd(P2(long a,long b)); -+ extern long st_gcd(P2(LONG,LONG)); ++ extern LONG st_gcd(P2(LONG,LONG)); r->Factor = (double)effp->outinfo.rate / (double)effp->ininfo.rate; |