mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -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
295 B
C
11 lines
295 B
C
--- lib-src/libnyquist/sys/term.c.orig Tue Dec 2 19:17:30 2003
|
|
+++ lib-src/libnyquist/sys/term.c Tue Dec 2 19:17:51 2003
|
|
@@ -40,7 +40,7 @@
|
|
#else
|
|
|
|
#include <termios.h>
|
|
-#ifndef __APPLE__
|
|
+#if !defined(__APPLE__) && !defined(__FreeBSD__)
|
|
#include <asm/ioctls.h>
|
|
#endif
|
|
#include <signal.h>
|