summaryrefslogtreecommitdiff
path: root/math/ss/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'math/ss/files/patch-ac')
-rw-r--r--math/ss/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/ss/files/patch-ac b/math/ss/files/patch-ac
new file mode 100644
index 000000000000..ca338d3c9ed1
--- /dev/null
+++ b/math/ss/files/patch-ac
@@ -0,0 +1,11 @@
+--- ss.h.orig Sat Feb 12 02:09:57 1994
++++ ss.h Fri Jan 24 17:57:20 1997
+@@ -651,7 +651,7 @@
+ * BSDI's BSD/386 is also missing it.
+ * From: Mike Durian <durian@advtech.uswest.com> 8 Feb 1994.
+ */
+-#if defined(apollo) || defined (__bsdi__)
++#if defined(apollo) || defined (__bsdi__) || defined(__FreeBSD__)
+ # define beep() write(2, "\007", 1)
+ #endif
+