Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Sep 2013 06:34:54 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r327518 - in head/games/corsix-th: . files
Message-ID:  <201309180634.r8I6YsoJ092171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Wed Sep 18 06:34:54 2013
New Revision: 327518
URL: http://svnweb.freebsd.org/changeset/ports/327518

Log:
  Fix build with libc++.

Added:
  head/games/corsix-th/files/patch-CorsixTH-Src-iso_fs.cpp   (contents, props changed)
Modified:
  head/games/corsix-th/Makefile

Modified: head/games/corsix-th/Makefile
==============================================================================
--- head/games/corsix-th/Makefile	Wed Sep 18 06:23:10 2013	(r327517)
+++ head/games/corsix-th/Makefile	Wed Sep 18 06:34:54 2013	(r327518)
@@ -20,7 +20,8 @@ USES=		cmake pkgconfig
 USE_LUA=	yes
 USE_SDL=	mixer
 USE_DOS2UNIX=	CMake/FindFFmpeg.cmake \
-		CorsixTH/CMakeLists.txt
+		CorsixTH/CMakeLists.txt \
+		CorsixTH/Src/iso_fs.cpp
 
 OPTIONS_DEFINE=	MOVIES
 OPTIONS_DEFAULT=	MOVIES

Added: head/games/corsix-th/files/patch-CorsixTH-Src-iso_fs.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/corsix-th/files/patch-CorsixTH-Src-iso_fs.cpp	Wed Sep 18 06:34:54 2013	(r327518)
@@ -0,0 +1,10 @@
+--- CorsixTH/Src/iso_fs.cpp.orig	2013-09-17 17:59:28.434946572 +0200
++++ CorsixTH/Src/iso_fs.cpp	2013-09-17 18:00:15.533944173 +0200
+@@ -30,6 +30,7 @@
+ #ifdef CORSIX_TH_HAS_ALLOCA_H
+ #include <alloca.h>
+ #endif
++#include <cstdlib>
+ #include <algorithm>
+ 
+ IsoFilesystem::IsoFilesystem()



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