From a985d6fc07dce81a9d80b6bca455952454691f27 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 9 Jan 2018 14:31:02 +0100 Subject: community/spring: make gold linker invisible, so it's not being used --- community/spring/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/spring/PKGBUILD (limited to 'community/spring/PKGBUILD') diff --git a/community/spring/PKGBUILD b/community/spring/PKGBUILD new file mode 100644 index 00000000..749aaed2 --- /dev/null +++ b/community/spring/PKGBUILD @@ -0,0 +1,13 @@ +# https://springrts.com/mantis/view.php?id=5413 + +sha512sums[1]='7d29099f589f4ab70262ebb307f905bdaa7e20606421ca2efaf69d391b271d3e1015f44087161106546ebe1ef197dc758c5de0120feff3f473e69ec96555d3a8' + +eval "$( + declare -f prepare | \ + sed ' + 2 a \ + cd spring_$pkgver \ + patch -Np1 -i ../gold-linker.patch \ + cd .. + ' +)" -- cgit v1.2.3-54-g00ecf