svn commit: r335017 - head/net/cyphesis/files

Oliver Lehmann oliver at FreeBSD.org
Wed Nov 27 14:02:13 UTC 2013


Author: oliver
Date: Wed Nov 27 14:02:12 2013
New Revision: 335017
URL: http://svnweb.freebsd.org/changeset/ports/335017

Log:
  fix build on FreeBSD 8

Added:
  head/net/cyphesis/files/patch-tools-cypython.cpp   (contents, props changed)

Added: head/net/cyphesis/files/patch-tools-cypython.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/cyphesis/files/patch-tools-cypython.cpp	Wed Nov 27 14:02:12 2013	(r335017)
@@ -0,0 +1,11 @@
+--- tools/cypython.cpp.orig	2013-11-27 14:43:48.000000000 +0100
++++ tools/cypython.cpp	2013-11-27 14:43:56.000000000 +0100
+@@ -32,6 +32,8 @@
+ 
+ #include <varconf/config.h>
+ 
++#include <cstdio>
++
+ #ifndef READLINE_CXX_SANE   // defined in config.h
+ extern "C" {
+ #endif


More information about the svn-ports-all mailing list