From 2acffc6cf7c7f619115611e9fb139fb7e2c5cc62 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Sat, 9 Nov 2002 19:12:28 +0000 Subject: Make the pm3-base port buildable on -current again. I simply removed the Cstdio interface (which had references to __sF) from the build. That interface isn't used by anything anyway. --- lang/pm3-base/files/patch-fa | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/pm3-base/files/patch-fa (limited to 'lang/pm3-base/files/patch-fa') diff --git a/lang/pm3-base/files/patch-fa b/lang/pm3-base/files/patch-fa new file mode 100644 index 000000000000..c8f5a43e2556 --- /dev/null +++ b/lang/pm3-base/files/patch-fa @@ -0,0 +1,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") + + -- cgit v1.2.3