openbsd-ports/audio/wsoundserver/patches/patch-wslib_wsound_h
naddy 68a1a6828b Import wsoundserver-0.4.0.
Submitted by Peter Stromberg <home@wilfried.net>.

Sound Server for Window Maker.
2001-01-09 20:59:34 +00:00

13 lines
392 B
Plaintext

$OpenBSD: patch-wslib_wsound_h,v 1.1.1.1 2001/01/09 20:59:36 naddy Exp $
--- wslib/wsound.h.orig Fri Mar 31 22:10:25 2000
+++ wslib/wsound.h Tue Jan 9 20:59:01 2001
@@ -43,7 +43,7 @@ $Id: wsound.h,v 1.25 2000/01/19 14:24:19
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
-#ifndef __FreeBSD__
+#if !defined(__FreeBSD__) && !defined(__OpenBSD__)
#include <malloc.h>
#endif