diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 15:26:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-29 15:26:46 +0000 |
commit | 00f98890b1d5485e93e38da7aed866426b951574 (patch) | |
tree | cb2d62161e1e76c5e2d510befafaf9e2e24c7bcd /audio/xwave/files/patch-aq | |
parent | Fix typo (diff) |
New port xwave - a wave record/play/edit utility.
PR: 19200
Submitted by: Trevor Johnson <trevor@jpj.net>
Obtained from: NetBSD
Notes
Notes:
svn path=/head/; revision=29984
Diffstat (limited to 'audio/xwave/files/patch-aq')
-rw-r--r-- | audio/xwave/files/patch-aq | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xwave/files/patch-aq b/audio/xwave/files/patch-aq new file mode 100644 index 000000000000..edc447e10c19 --- /dev/null +++ b/audio/xwave/files/patch-aq @@ -0,0 +1,11 @@ +--- src/types.h.orig Wed Aug 12 23:27:10 1998 ++++ src/types.h Sun Jun 11 13:17:49 2000 +@@ -27,7 +27,7 @@ + typedef unsigned char byte; + typedef byte bool; + +-#ifdef FreeBSD ++#ifdef __FreeBSD__ + typedef unsigned long ulong; + #endif + |