openbsd-ports/games/xevil/patches/patch-cmn_intel_cpp
ajacoutot 332a050729 - update to xevil-2.02r2
- fix HOMEPAGE and MASTER_SITES
2007-12-07 15:54:56 +00:00

19 lines
415 B
Plaintext

$OpenBSD: patch-cmn_intel_cpp,v 1.1 2007/12/07 15:54:56 ajacoutot Exp $
--- cmn/intel.cpp.orig Wed Mar 19 09:49:22 2003
+++ cmn/intel.cpp Fri Dec 7 14:25:40 2007
@@ -31,11 +31,10 @@
// Include Files
#include "stdafx.h"
-extern "C" {
- #include <string.h>
-}
+#include <cstring>
#if X11
-#include <strstream.h>
+#include <strstream>
+using namespace std;
#endif
#if WIN32
#include <strstrea.h>