head	1.2;
access;
symbols
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2003.04.22.18.17.49;	author jdp;	state dead;
branches;
next	1.1;

1.1
date	2002.11.09.19.12.28;	author jdp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Unbreak the build on the Alpha platform.
@
text
@--- 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")
 
 
@


1.1
log
@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.
@
text
@@

