Update to 2.39b

Submitted by:	Kiyoshi Takehara.
This commit is contained in:
Yukihiro Nakai 2001-01-06 10:21:12 +00:00
parent 724cf311f6
commit bf5d5314c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36852
3 changed files with 10 additions and 10 deletions

View file

@ -6,10 +6,10 @@
#
PORTNAME= gogo
PORTVERSION= 2.39a
PORTVERSION= 2.39b
CATEGORIES= audio
MASTER_SITES= http://homepage1.nifty.com/herumi/soft/gogo2/src/
DISTNAME= gogo239a
DISTNAME= gogo239b
EXTRACT_SUFX= .tgz
MAINTAINER= nakai@FreeBSD.org

View file

@ -1 +1 @@
MD5 (gogo239a.tgz) = 3ada555c708767ed950708b9edd3a89b
MD5 (gogo239b.tgz) = 2f9fa725df49212e4aee683ac75f6567

View file

@ -1,5 +1,5 @@
--- Makefile.orig Fri Dec 15 17:35:55 2000
+++ Makefile Sun Dec 24 13:53:37 2000
--- 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!
@ -8,12 +8,12 @@
+USE_E3DN=no
#use VBR
USE_VBR =yes
#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
+USE_MT=no
#define if OS is BeOS
#OS=BeOS
@ -25,13 +25,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
-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