aboutsummaryrefslogtreecommitdiffstats
path: root/games/0ad
diff options
context:
space:
mode:
authormadpilot <madpilot@FreeBSD.org>2012-12-29 05:30:00 +0800
committermadpilot <madpilot@FreeBSD.org>2012-12-29 05:30:00 +0800
commit91a05d5bd038a2238b6926d30783394c7531e477 (patch)
treec77e4b39edcf4219ce7ea64fbf73c7419942f4d0 /games/0ad
parent27fca49c031b9e800d49a491fec161b5409e80a4 (diff)
downloadfreebsd-ports-gnome-91a05d5bd038a2238b6926d30783394c7531e477.tar.gz
freebsd-ports-gnome-91a05d5bd038a2238b6926d30783394c7531e477.tar.zst
freebsd-ports-gnome-91a05d5bd038a2238b6926d30783394c7531e477.zip
Fix patch file erroneously mangled in previous commit.
Diffstat (limited to 'games/0ad')
-rw-r--r--games/0ad/files/patch-build-premake-premake4.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/0ad/files/patch-build-premake-premake4.lua b/games/0ad/files/patch-build-premake-premake4.lua
index 22c3eb72e81b..2433a8e799c9 100644
--- a/games/0ad/files/patch-build-premake-premake4.lua
+++ b/games/0ad/files/patch-build-premake-premake4.lua
@@ -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"] }