diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-13 13:32:27 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-07-13 13:32:27 +0000 |
commit | 47aaab6ded97a0b0fd9da2917813d4c57e8534a8 (patch) | |
tree | 4dd1d78f8a6d0e49fcb5595643a8f2129456fde1 /audio/xwave/files/patch-ae | |
parent | Install texi2dvi which is required by texi2pdf. (diff) |
- Update to version 2v2
PR: 19759
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'audio/xwave/files/patch-ae')
-rw-r--r-- | audio/xwave/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xwave/files/patch-ae b/audio/xwave/files/patch-ae new file mode 100644 index 000000000000..1b1c114c1280 --- /dev/null +++ b/audio/xwave/files/patch-ae @@ -0,0 +1,11 @@ +--- src/button.c.orig Mon Nov 9 08:22:55 1998 ++++ src/button.c Fri Jun 30 19:49:16 2000 +@@ -679,7 +679,7 @@ + now_clock=clock(); + sample_time=(float)md->wd->tlength/(float)md->wd->freq; + +-#if defined(linux) || defined (FreeBSD) || defined(sun) ++#if defined(linux) || defined (__FreeBSD__) || defined(sun) + gone_time=(float)(now_clock-start_clock)/(float)CLOCKS_PER_SEC; + #elif defined(sgi) + gone_time=(float)(now_clock-start_clock)/(float)750000; |