summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracerix2017-07-17 21:19:56 -0400
committeracerix2017-07-17 21:19:56 -0400
commite3ac7dbe5c9fc1974c373e22652d19ea3191ad7b (patch)
treec962e0f5402a519b87b0f5e8d2cf0371325fbd04
parent7d8a79358b02a163da656c279b5f7bc233539704 (diff)
downloadaur-e3ac7dbe5c9fc1974c373e22652d19ea3191ad7b.tar.gz
fix patch direction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--disable-pie.patch28
3 files changed, 10 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9411b9fd7205..4d4c17e1262b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jul 18 00:27:18 UTC 2017
+# Tue Jul 18 01:19:54 UTC 2017
pkgbase = unreal-engine
pkgdesc = A 3D game engine by Epic Games which can be used non-commercially for free.
pkgver = 4.16.2
@@ -26,7 +26,7 @@ pkgbase = unreal-engine
md5sums = c7fc35a7eb9e23c0a9b7c593f7f9878d
md5sums = f1a95777bea1abc3f4731d9f0f68b610
md5sums = abe70f602445e9465c1eff2769bc7d61
- md5sums = 62913c7509a111adc28ac8f51a2d557f
+ md5sums = b40c01de8396ec85b82717e5dad4d9cc
pkgname = unreal-engine
diff --git a/PKGBUILD b/PKGBUILD
index 5c6155ccba2b..770beb074a43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,7 @@ md5sums=(
'c7fc35a7eb9e23c0a9b7c593f7f9878d'
'f1a95777bea1abc3f4731d9f0f68b610'
'abe70f602445e9465c1eff2769bc7d61'
- '62913c7509a111adc28ac8f51a2d557f'
+ 'b40c01de8396ec85b82717e5dad4d9cc'
)
prepare() {
diff --git a/disable-pie.patch b/disable-pie.patch
index 1e7791833890..2b375772292c 100644
--- a/disable-pie.patch
+++ b/disable-pie.patch
@@ -1,21 +1,7 @@
---- LinuxToolChain.cs 2017-07-17 20:25:14.590741366 -0400
-+++ LinuxToolChain.cs.orig 2017-07-17 20:19:16.482922293 -0400
-@@ -404,8 +404,6 @@
- Result += " -Wno-invalid-offsetof";
- // we use this feature to allow static FNames.
- Result += " -Wno-gnu-string-literal-operator-template";
-- // disable PIE which is on by default in Arch since July 2017
-- Result += " -fno-pie";
-
- if (CompileEnvironment.bEnableShadowVariableWarnings)
- {
-@@ -595,9 +593,6 @@
- Result += string.Format(" -Wl,--unresolved-symbols=ignore-in-shared-libs");
- }
-
-- // disable PIE which is on by default in Arch since July 2017
-- Result += " -nopie";
--
- // RPATH for third party libs
- Result += " -Wl,-rpath=${ORIGIN}";
- Result += " -Wl,-rpath-link=${ORIGIN}";
+406a407,408
+> // disable PIE which is on by default in Arch since July 2017
+> Result += " -fno-pie";
+594a597,599
+>
+> // disable PIE which is on by default in Arch since July 2017
+> Result += " -nopie";