summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorxantares2015-07-12 17:44:58 +0200
committerxantares2015-07-12 17:44:58 +0200
commit3af60df4aafdfead5084dd7baa18661a5a5fd7e8 (patch)
treef307ebfd77cc61450b71b9ca2f8a552f5c549a86 /PKGBUILD
parent0ea0952307737b91ccf219110dead42bdda6bcb6 (diff)
downloadaur-3af60df4aafdfead5084dd7baa18661a5a5fd7e8.tar.gz
pr56 has been merged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 279f70cb7e4d..347e5d887b19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,16 +11,13 @@ options=('!buildflags' '!strip' 'staticlibs')
source=("ftp://sourceware.org/pub/newlib/newlib-$pkgver.tar.gz"
"https://raw.githubusercontent.com/pspdev/psptoolchain/master/patches/newlib-$pkgver-PSP.patch")
md5sums=('e5488f545c46287d360e68a801d470e8'
- '299d12b29bd492fe21bb27f72f1de548')
+ 'a4c92e3212937ced1f6aa9130331c1b1')
prepare ()
{
cd "$srcdir/newlib-$pkgver"
rm -rf newlib/libc/sys/psp/
patch -p1 -i "$srcdir"/newlib-$pkgver-PSP.patch
-
- # https://github.com/pspdev/psptoolchain/pull/56
- sed -i "s|time.o_link.o|time.o _link.o|g" newlib/libc/sys/psp/Makefile.in
}
build()