pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

0ad: Try to support X11R7 paths



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Oct 15 01:43:21 2016 +0200
Changeset:	69be9dd8ece217867c437891ae87107ffe873877

Modified Files:
	0ad/distinfo
Added Files:
	0ad/patches/patch-build_premake_premake4.lua

Log Message:
0ad: Try to support X11R7 paths

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=69be9dd8ece217867c437891ae87107ffe873877

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 0ad/distinfo                                 |  1 +
 0ad/patches/patch-build_premake_premake4.lua | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diffs:
diff --git a/0ad/distinfo b/0ad/distinfo
index 8e9dc1f..19ba882 100644
--- a/0ad/distinfo
+++ b/0ad/distinfo
@@ -5,6 +5,7 @@ RMD160 (0ad-0.0.20-alpha-unix-build.tar.xz) = 0f1283fe287f539f32fa0466f93b881aec
 SHA512 (0ad-0.0.20-alpha-unix-build.tar.xz) = 786f92b74c2e0c64c07ef2f5578dcb5c753fb4fed7238d385bca23549805fcfaeecb9bfbfae809a2ac09a7dfc804455237346588099db347c28a3ff0ae284c43
 Size (0ad-0.0.20-alpha-unix-build.tar.xz) = 25610932 bytes
 SHA1 (patch-build_premake_extern__libs4.lua) = dfdbce501c9506ebfe9be2a5bdf30f5f7cdbb86b
+SHA1 (patch-build_premake_premake4.lua) = c160648a3891546471a4ac9c831071eab43b9296
 SHA1 (patch-build_workspaces_clean-workspaces.sh) = fed7e867eb8e24e37860599269f9feb4d30c5a43
 SHA1 (patch-build_workspaces_update-workspaces.sh) = 3e92f823e3204451522055a5f4cd2ee1d5819b2f
 SHA1 (patch-libraries_source_fcollada_include_FCDocument_FCDocument.h) = 9f60871e9f05784b10ba97efffe756ece473f9b2
diff --git a/0ad/patches/patch-build_premake_premake4.lua b/0ad/patches/patch-build_premake_premake4.lua
new file mode 100644
index 0000000..c7886ab
--- /dev/null
+++ b/0ad/patches/patch-build_premake_premake4.lua
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- build/premake/premake4.lua.orig	2016-03-12 18:15:04.000000000 +0000
++++ build/premake/premake4.lua
+@@ -398,6 +398,8 @@ function project_add_x11_dirs()
+ 		includedirs {
+ 			"/usr/X11R6/include/X11",
+ 			"/usr/X11R6/include",
++			"/usr/X11R7/include/X11",
++			"/usr/X11R7/include",
+ 			"/usr/local/include/X11",
+ 			"/usr/local/include",
+ 			"/usr/include/X11"


Home | Main Index | Thread Index | Old Index