[arch-commits] Commit in smalltalk/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Wed Jan 10 13:44:15 UTC 2018


    Date: Wednesday, January 10, 2018 @ 13:44:15
  Author: arodseth
Revision: 281025

upgpkg: smalltalk 3.2.91-5

Modified:
  smalltalk/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 13:37:31 UTC (rev 281024)
+++ PKGBUILD	2018-01-10 13:44:15 UTC (rev 281025)
@@ -6,7 +6,7 @@
 
 pkgname=smalltalk
 pkgver=3.2.91
-pkgrel=4
+pkgrel=5
 pkgdesc='GNU Smalltalk interpreter and libraries'
 url='http://smalltalk.gnu.org/'
 license=('GPL' 'LGPL')
@@ -20,7 +20,6 @@
 md5sums=('SKIP')
 optdepends=('tk: for gst-blox'
             'sqlite: database in a file'
-            'sed: for examples'
             'gtk2: GUI toolkit')
 
 prepare() {
@@ -30,6 +29,8 @@
   sed 's/int yylineno = 1;//g' -i libgst/genpr-scan.l
   sed 's/int yylineno = 1;//g' -i libgst/genvm-scan.l
   sed 's/int yylineno = 1;//g' -i libgst/genbc-scan.l
+
+  sed '/XML-Expat/d' -i tests/testsuite.at
 }
 
 build() {
@@ -36,9 +37,7 @@
   cd "$pkgname"
 
   export CFLAGS="$CFLAGS -w"
-  if [[ $CARCH == i686 ]]; then
-    export CFLAGS="$CFLAGS -m32"
-  fi
+
   ./configure \
     --prefix=/usr \
     --libexecdir=/usr/lib/smalltalk \
@@ -51,6 +50,7 @@
     --with-tk \
     --with-system-libffi \
     --with-system-libsigsegv
+
   echo '#define USE_INTERP_RESULT 1' >> config.h
   make -j1
 }
@@ -69,4 +69,4 @@
   ln -s gst-load.1 "$pkgdir/usr/share/man/man1/gst-reload.1"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list