mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
dca1739cb8
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
12 lines
256 B
Plaintext
12 lines
256 B
Plaintext
--- routines/sound/st.h.orig Mon Dec 21 21:14:29 1998
|
|
+++ routines/sound/st.h Mon Dec 21 21:18:03 1998
|
|
@@ -8,4 +8,8 @@
|
|
*/
|
|
|
|
+#if (defined(netbsd) || defined(freebsd)) && !defined(unix)
|
|
+#define unix
|
|
+#endif
|
|
+
|
|
#define IMPORT extern
|
|
#define EXPORT
|