diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-25 17:55:05 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-25 17:55:05 +0000 |
commit | d32554f06d049d03cddb51f94081201d78c654df (patch) | |
tree | 19cf4ced673e407ddc24984c2fba47d8284476e9 /audio/tracker/files/patch-aa | |
parent | Changed all occurences of /usr/include/dore.h to relative includes in the (diff) |
Update tracker from 4.16 to version 4.18. The 4.16 version was no longer
available on the master ftp site :-).
Notes
Notes:
svn path=/head/; revision=1035
Diffstat (limited to '')
-rw-r--r-- | audio/tracker/files/patch-aa | 27 |
1 files changed, 23 insertions, 4 deletions
diff --git a/audio/tracker/files/patch-aa b/audio/tracker/files/patch-aa index 03e954edecdd..b357577d39d9 100644 --- a/audio/tracker/files/patch-aa +++ b/audio/tracker/files/patch-aa @@ -1,12 +1,12 @@ -*** Makefile.orig Thu Feb 23 17:17:55 1995 ---- Makefile Thu Feb 23 23:51:54 1995 +*** Makefile.orig Fri Feb 24 16:41:26 1995 +--- Makefile Sat Feb 25 18:30:04 1995 *************** *** 11,22 **** # hpalib, hplow, hp3, dec, solaris, sparc, linux, freebsd, sgi, # soundblaster, aix, next. # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = sparc - VERSION = 4.16 + VERSION = 4.18 # The name of your C compiler. For most machines this will be # either 'cc' or 'gcc'. @@ -19,7 +19,7 @@ # soundblaster, aix, next. # gmake needed to handle this file in FreeBSD and NeXTStep ! MACHINE = freebsd - VERSION = 4.16 + VERSION = 4.18 # The name of your C compiler. For most machines this will be # either 'cc' or 'gcc'. @@ -65,3 +65,22 @@ ############################################################################### # # C compiler flags and libraries for each machine. +*** Arch/common.c.ORIG Fri Feb 24 00:53:30 1995 +--- Arch/common.c Sat Feb 25 18:30:53 1995 +*************** +*** 166,172 **** + LOCAL int dsize; /* current data size */ + LOCAL int samples_max; /* number of samples in buffer */ + +! LOCAL int sync; + #endif + + #ifdef SEPARATE_BUFFERS +--- 166,172 ---- + LOCAL int dsize; /* current data size */ + LOCAL int samples_max; /* number of samples in buffer */ + +! /* LOCAL int sync; */ + #endif + + #ifdef SEPARATE_BUFFERS |