blob: c8f5a43e255626ef2e4bef2ab81ea04607d3fb1c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- libs/m3core/src/C/FreeBSD4/m3makefile.orig Wed May 31 10:54:13 2000
+++ libs/m3core/src/C/FreeBSD4/m3makefile Sat Nov 9 10:39:29 2002
@@ -10,8 +10,9 @@
Interface ("Csetjmp")
Interface ("Csignal")
Interface ("Cstring")
-Module ("Cstdio")
+% Cstdio disabled because of incompatibilities introduced in FreeBSD-5.
+%Module ("Cstdio")
-c_source ("CstdioC")
+%c_source ("CstdioC")
|