warnings, reindent, and import this as pkgsrc-wip/audacity-devel. Audacity is a program that manipulates digital audio waveforms. It supports all common editing operations such as Cut, Copy, and Paste, plus it will mix tracks and apply plug-in effects to any part of a sound. It also has a built-in amplitude envelope editor, a customizable spectrogram mode and a frequency analysis window for audio analysis applications.
13 lines
333 B
Text
13 lines
333 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2006/03/09 10:13:29 ghen Exp $
|
|
|
|
--- lib-src/libnyquist/cmt/cext.h.orig Sat Mar 6 16:02:24 2004
|
|
+++ lib-src/libnyquist/cmt/cext.h
|
|
@@ -52,6 +52,8 @@ EXIT(n) -- calls exit(n) after shutting
|
|
|
|
#if HAS_SYS_TYPES_H
|
|
#include <sys/types.h>
|
|
+#define ulong u_long
|
|
+#undef NEED_ULONG
|
|
#endif
|
|
|
|
#if HAS_MALLOC_H
|