diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-12-24 04:57:11 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-12-24 04:57:11 +0000 |
commit | b1a016d41bb6ebcf0ba35c724ab30d825cdca60c (patch) | |
tree | cae7eac806ef0ea578bcf8946aa913e5f31ba8a6 /audio/gogo/files/patch-ac | |
parent | Maintainer change and close-pr (diff) |
Update to 2.39a
PR: ports/23812
Submitted by: Warner Losh <imp@bsdimp.com>
Notes
Notes:
svn path=/head/; revision=36294
Diffstat (limited to '')
-rw-r--r-- | audio/gogo/files/patch-ac | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/audio/gogo/files/patch-ac b/audio/gogo/files/patch-ac index c14a0e4e7039..a7a9bf3864bc 100644 --- a/audio/gogo/files/patch-ac +++ b/audio/gogo/files/patch-ac @@ -1,5 +1,22 @@ ---- Makefile.orig Fri Apr 28 13:11:32 2000 -+++ Makefile Mon Jul 3 01:49:47 2000 +--- Makefile.orig Fri Dec 15 17:35:55 2000 ++++ Makefile Sun Dec 24 13:53:37 2000 +@@ -5,14 +5,14 @@ + + #use Enhanced 3D Now! + #you need modified NASM to use this option +-USE_E3DN=yes ++USE_E3DN=no + + #use VBR + USE_VBR =yes + + #use multi-thread + #OS must be Linux with libc6, FreeBSD-4.0R with linuxthreads or BeOS +-USE_MT=yes ++#USE_MT=yes + + #define if OS is BeOS + #OS=BeOS @@ -30,15 +30,15 @@ endif |