diff options
author | nakai <nakai@FreeBSD.org> | 2000-12-24 12:57:11 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-12-24 12:57:11 +0800 |
commit | acd16e31986c05e864c5891411ef81a55e5a2b81 (patch) | |
tree | f5edf09f55a084c6f68a3ab2b1e8c1d958ddeb75 /audio/gogo/files | |
parent | 632ca66100e9554a3bf709cd81a23490289f1026 (diff) | |
download | freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.tar.gz freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.tar.zst freebsd-ports-gnome-acd16e31986c05e864c5891411ef81a55e5a2b81.zip |
Update to 2.39a
PR: ports/23812
Submitted by: Warner Losh <imp@bsdimp.com>
Diffstat (limited to 'audio/gogo/files')
-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 |