pkgsrc-wip/audacity-devel/patches/patch-aj
Geert Hendrickx 04fbb39d9a Update pkgsrc/audio/audacity to 1.3.0 (beta version), fix some pkglint
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.
2006-03-09 10:13:29 +00:00

13 lines
418 B
Text

$NetBSD: patch-aj,v 1.1.1.1 2006/03/09 10:13:29 ghen Exp $
--- lib-src/libnyquist/snd/sndcvt.c.orig 2005-07-22 17:15:57.000000000 +0000
+++ lib-src/libnyquist/snd/sndcvt.c
@@ -16,7 +16,7 @@
#ifdef WIN32
#include <sys/stat.h>
#include "io.h"
-#elif defined(__FreeBSD__)
+#elif defined(__FreeBSD__) || defined(__DragonFly__) || defined(__OpenBSD__)
#include <sys/stat.h>
#endif /* WIN32 */
#define L_SET SEEK_SET