ports/audio/audacity-devel/files/patch-libnyquist-switches.h
Boris Samorodov 96905e7c7d - re-introduce audio/audacity-devel port (version 1.3.0b); [1]
- fix pkg-plist, lines added:
-----
share/mime/packages/audacity.xml
share/applications/audacity.desktop
@dirrmtry share/applications

PR:		103260  [1]
Submitted by:	Jack Low <xxjack12xx at gmail.com>  [1]
2006-10-06 18:29:58 +00:00

11 lines
340 B
C

--- lib-src/libnyquist/sys/switches.h.orig Tue Dec 2 19:14:40 2003
+++ lib-src/libnyquist/sys/switches.h Tue Dec 2 19:16:20 2003
@@ -39,7 +39,7 @@
*/
#define nyquist_printf printf
-#if __APPLE__ && __GNUC__ /* Mac OS X */
+#if (__FreeBSD__ || __APPLE__) && __GNUC__ /* Mac OS X */
#define NEED_ULONG 1
#else
#include <sys/types.h>