From owner-svn-ports-head@FreeBSD.ORG Fri Dec 28 21:30:00 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2771AE2; Fri, 28 Dec 2012 21:30:00 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A64238FC08; Fri, 28 Dec 2012 21:30:00 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBSLU090007125; Fri, 28 Dec 2012 21:30:00 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBSLU0cj007124; Fri, 28 Dec 2012 21:30:00 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201212282130.qBSLU0cj007124@svn.freebsd.org> From: Guido Falsi Date: Fri, 28 Dec 2012 21:30:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309589 - head/games/0ad/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: Fri, 28 Dec 2012 21:30:00 -0000 Author: madpilot Date: Fri Dec 28 21:30:00 2012 New Revision: 309589 URL: http://svnweb.freebsd.org/changeset/ports/309589 Log: Fix patch file erroneously mangled in previous commit. Modified: head/games/0ad/files/patch-build-premake-premake4.lua Modified: head/games/0ad/files/patch-build-premake-premake4.lua ============================================================================== --- head/games/0ad/files/patch-build-premake-premake4.lua Fri Dec 28 21:21:18 2012 (r309588) +++ head/games/0ad/files/patch-build-premake-premake4.lua Fri Dec 28 21:30:00 2012 (r309589) @@ -23,12 +23,12 @@ includedirs { - "/usr/X11R6/include/X11", - "/usr/X11R6/include", -+ "/usr/local/X11", -+ "/usr/local/include", ++ "%%LOCALBASE%%/X11", ++ "%%LOCALBASE%%/include", "/usr/include/X11" } - libdirs { "/usr/X11R6/lib" } -+ libdirs { "/usr/local/lib" } ++ libdirs { "%%LOCALBASE%%/lib" } if _OPTIONS["bindir"] then defines { "INSTALLED_BINDIR=" .. _OPTIONS["bindir"] }