Skip to content

Commit

Permalink
updpatch: squeak-vm 4.10.2.2614-7
Browse files Browse the repository at this point in the history
Update outdated config.{guess,sub}.

I have sent an email report as said in http://squeakvm.org/unix/.
  • Loading branch information
hack3ric authored and felixonmars committed Oct 30, 2023
1 parent 8f7da65 commit c7a88da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 32 deletions.
13 changes: 0 additions & 13 deletions squeak-vm/fix_not_literal_format.patch

This file was deleted.

25 changes: 6 additions & 19 deletions squeak-vm/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,23 +1,10 @@
diff --git PKGBUILD PKGBUILD
index 573ff2a..2c849b9 100644
--- PKGBUILD
+++ PKGBUILD
@@ -13,8 +13,16 @@ url="http://squeakvm.org"
license=('custom:MIT' 'APACHE')
depends=('libgl' 'libpulse' 'libxrender')
makedepends=('cmake')
-source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz)
-md5sums=('8a5cb1d6899d55df56154fab8716e034')
+source=(http://squeakvm.org/unix/release/Squeak-$pkgver-src.tar.gz
+ "fix_not_literal_format.patch")
+md5sums=('8a5cb1d6899d55df56154fab8716e034'
+ 'fcd5caf14353490280231a737c8a74b6')
+
+prepare() {
+ cd Squeak-$pkgver-src/
+
+ patch -Np1 -i "${srcdir}/fix_not_literal_format.patch"
+}

@@ -26,6 +26,7 @@ prepare() {
build() {
cd Squeak-$pkgver-src/

+ cp /usr/share/autoconf/build-aux/config.{guess,sub} unix/cmake
./unix/cmake/configure --prefix=/usr --without-quartz --with-x \
--enable-mpg-mmx

0 comments on commit c7a88da

Please sign in to comment.