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

Alexander Rødseth arodseth at archlinux.org
Sun May 29 09:12:37 UTC 2016


    Date: Sunday, May 29, 2016 @ 11:12:36
  Author: arodseth
Revision: 177410

Currently does not build

Modified:
  smalltalk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-29 09:11:17 UTC (rev 177409)
+++ PKGBUILD	2016-05-29 09:12:36 UTC (rev 177410)
@@ -28,7 +28,6 @@
   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
-
 }
 
 build() {
@@ -41,20 +40,20 @@
     --libexecdir=/usr/lib/smalltalk \
     --with-imagedir=/var/lib/smalltalk \
     --enable-gtk=yes \
-    --with-system-libffi \
-    --with-system-libsigsegv \
     --with-readline \
     --with-tcl \
-    --with-tk \
     --with-x \
     --without-emacs
+    --with-tk \
+    --with-system-libffi \
+    --with-system-libsigsegv \
   echo '#define USE_INTERP_RESULT 1' >> config.h
   make
 }
 
-#check() {
-#  make -C "$pkgname" check
-#}
+check() {
+  make -C "$pkgname" check
+}
 
 package() {
   cd "$pkgname"



More information about the arch-commits mailing list