From owner-svn-ports-head@FreeBSD.ORG Sat Sep 14 01:13:55 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 063216B4; Sat, 14 Sep 2013 01:13:55 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E849927F5; Sat, 14 Sep 2013 01:13:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8E1Ds8e016006; Sat, 14 Sep 2013 01:13:54 GMT (envelope-from amdmi3@svn.freebsd.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8E1Dsh4016005; Sat, 14 Sep 2013 01:13:54 GMT (envelope-from amdmi3@svn.freebsd.org) Message-Id: <201309140113.r8E1Dsh4016005@svn.freebsd.org> From: Dmitry Marakasov Date: Sat, 14 Sep 2013 01:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r327194 - head/games/amoebax/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Sep 2013 01:13:55 -0000 Author: amdmi3 Date: Sat Sep 14 01:13:54 2013 New Revision: 327194 URL: http://svnweb.freebsd.org/changeset/ports/327194 Log: Fix build with clang/libc++ Added: head/games/amoebax/files/ head/games/amoebax/files/patch-src-Music.cxx (contents, props changed) Added: head/games/amoebax/files/patch-src-Music.cxx ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/games/amoebax/files/patch-src-Music.cxx Sat Sep 14 01:13:54 2013 (r327194) @@ -0,0 +1,10 @@ +--- src/Music.cxx.orig 2007-05-27 19:04:33.000000000 +0400 ++++ src/Music.cxx 2013-09-13 22:00:04.632230761 +0400 +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include "Music.h" + #include "System.h" +