mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
f98f52441b
- Incorporate debian patches to fix build with gcc3 PR: ports/86058 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Approved by: Mathis Picker <Mathias.Picker@gmx.de> (maintainer)
23 lines
655 B
C++
23 lines
655 B
C++
--- ./platform/emulator/libfset/fsaux.cc.orig Wed Sep 3 09:10:39 2003
|
|
+++ ./platform/emulator/libfset/fsaux.cc Sat Sep 3 18:46:08 2005
|
|
@@ -9,8 +9,8 @@
|
|
* Organization or Person (Year(s))
|
|
*
|
|
* Last change:
|
|
- * $Date: 2003/09/03 13:10:39 $ by $Author: popow $
|
|
- * $Revision: 1.19 $
|
|
+ * $Date: 2005/01/30 10:43:17 $ by $Author: glynn $
|
|
+ * $Revision: 1.19.8.1 $
|
|
*
|
|
* This file is part of Mozart, an implementation
|
|
* of Oz 3:
|
|
@@ -28,7 +28,7 @@
|
|
|
|
#include "fsaux.hh"
|
|
|
|
-template _OZ_ParamIterator<OZ_Return>;
|
|
+template class _OZ_ParamIterator<OZ_Return>;
|
|
extern FILE *cpi_fileout;
|
|
|
|
void oz_fsetdebugprint(char *format, ...)
|