summaryrefslogtreecommitdiff
path: root/lang/pm3-base/files/patch-fa
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>2002-11-09 19:12:28 +0000
committerJohn Polstra <jdp@FreeBSD.org>2002-11-09 19:12:28 +0000
commit2acffc6cf7c7f619115611e9fb139fb7e2c5cc62 (patch)
tree2691659f8bacdc2ff05c2056488749fd9943e188 /lang/pm3-base/files/patch-fa
parentuse MASTER_SITE_NETSCAPE as netscape related master-site. (diff)
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.
Diffstat (limited to 'lang/pm3-base/files/patch-fa')
-rw-r--r--lang/pm3-base/files/patch-fa14
1 files changed, 14 insertions, 0 deletions
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")
+
+