16 lines
382 B
Text
16 lines
382 B
Text
$NetBSD: patch-an,v 1.1 2002/12/23 20:05:07 jschauma Exp $
|
|
|
|
--- spam/CopyEventHandler.cxx.orig Sun Dec 22 14:35:53 2002
|
|
+++ spam/CopyEventHandler.cxx Sun Dec 22 14:59:25 2002
|
|
@@ -5,6 +5,11 @@
|
|
#pragma implementation
|
|
#endif
|
|
|
|
+#ifdef sgi
|
|
+#define SP_DEFINE_TEMPLATES 1
|
|
+#undef NCVector_DEF_INCLUDED
|
|
+#endif
|
|
+
|
|
#include "config.h"
|
|
#include "CopyEventHandler.h"
|
|
#include "macros.h"
|