Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2013 14:02:12 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335017 - head/net/cyphesis/files
Message-ID:  <201311271402.rARE2CUH089606@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311271402.rARE2CUH089606>