diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2012-12-28 21:30:00 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2012-12-28 21:30:00 +0000 |
commit | 8e4d34dde249e7422f8ff62c0a0c8b1f1f4bf303 (patch) | |
tree | c77e4b39edcf4219ce7ea64fbf73c7419942f4d0 /games | |
parent | 9348ee4c0adc0442169aaf03fcb9aabc84896825 (diff) | |
download | ports-8e4d34dde249e7422f8ff62c0a0c8b1f1f4bf303.tar.gz ports-8e4d34dde249e7422f8ff62c0a0c8b1f1f4bf303.zip |
Fix patch file erroneously mangled in previous commit.
Notes
Notes:
svn path=/head/; revision=309589
Diffstat (limited to 'games')
-rw-r--r-- | games/0ad/files/patch-build-premake-premake4.lua | 6 |
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"] } |