diff options
author | nakai <nakai@FreeBSD.org> | 2001-01-07 05:14:42 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2001-01-07 05:14:42 +0800 |
commit | 3ce8fdbb85dd162cc0ca01310f1c7aba7a401ed6 (patch) | |
tree | 5f46172ba8a16e8272d691950fe7e07cb8abf5eb /audio/gogo | |
parent | c78ce3cfb1d112274593aa9fec2f588068245082 (diff) | |
download | freebsd-ports-gnome-3ce8fdbb85dd162cc0ca01310f1c7aba7a401ed6.tar.gz freebsd-ports-gnome-3ce8fdbb85dd162cc0ca01310f1c7aba7a401ed6.tar.zst freebsd-ports-gnome-3ce8fdbb85dd162cc0ca01310f1c7aba7a401ed6.zip |
Update to the new version of the same filename on the mastersite.
In this time, I diff -ruN'ed and find only some documents,
Makefile options changed.
Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org>
Diffstat (limited to 'audio/gogo')
-rw-r--r-- | audio/gogo/distinfo | 2 | ||||
-rw-r--r-- | audio/gogo/files/patch-ac | 24 |
2 files changed, 9 insertions, 17 deletions
diff --git a/audio/gogo/distinfo b/audio/gogo/distinfo index 906641b81bd4..20d08f71434d 100644 --- a/audio/gogo/distinfo +++ b/audio/gogo/distinfo @@ -1 +1 @@ -MD5 (gogo239b.tgz) = 2f9fa725df49212e4aee683ac75f6567 +MD5 (gogo239b.tgz) = 94fac7a20d980451fef30729690fab3d diff --git a/audio/gogo/files/patch-ac b/audio/gogo/files/patch-ac index 176e31970538..7938493073cb 100644 --- a/audio/gogo/files/patch-ac +++ b/audio/gogo/files/patch-ac @@ -1,19 +1,11 @@ ---- Makefile.orig Fri Dec 22 11:47:43 2000 -+++ Makefile Sat Jan 6 19:27:47 2001 -@@ -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 +--- Makefile.orig Sat Jan 6 22:36:06 2001 ++++ Makefile Sun Jan 7 06:15:55 2001 +@@ -12,7 +12,7 @@ #use multi-thread #OS must be Linux with libc6, FreeBSD-4.0R with linuxthreads or BeOS -USE_MT=yes -+USE_MT=no ++#USE_MT=yes #define if OS is BeOS #OS=BeOS @@ -25,13 +17,13 @@ +LD=$(CC) #LD=gcc -Wl,-Map,gogo.map LIBS=-lm - #CC=gcc -c -m486 -O3 -finline-functions -fomit-frame-pointer -funroll-loops +-CC=gcc -c -m486 -O3 -finline-functions -fomit-frame-pointer -funroll-loops ++#CC=gcc -c -m486 -O3 -finline-functions -fomit-frame-pointer -funroll-loops # This option is available for gcc-2.8.x #CC=gcc -c -mcpu=pentiumpro -malign-double -O6 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops - # This option is available for gcc-2.95.1, gcc-2.95.2, gcc-2.95.3,... --CC=gcc -c -mcpu=pentiumpro -march=pentiumpro -O9 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops -ffast-math -foptimize-register-move -fdefer-pop -mfancy-math-387 + # This option is available for gcc-2.95.1, gcc-2.95.2, gcc-2.95.3,... on P6 or later + #CC=gcc -c -mcpu=pentiumpro -march=pentiumpro -O9 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops -ffast-math -foptimize-register-move -fdefer-pop -mfancy-math-387 -CFLAGS=-Wall $(PROF) -DNDEBUG $(E3DN) $(VBR) -DRAW_INPUT -+#CC=gcc -c -mcpu=pentiumpro -march=pentiumpro -O9 -fstrength-reduce -fexpensive-optimizations -finline-functions -fomit-frame-pointer -funroll-loops -ffast-math -foptimize-register-move -fdefer-pop -mfancy-math-387 +CFLAGS+=-Wall $(PROF) -DNDEBUG $(E3DN) $(VBR) -DRAW_INPUT |