mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 01:50:37 -04:00
- 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]
11 lines
340 B
C
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>
|