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

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Mar 10 23:09:14 UTC 2014


    Date: Tuesday, March 11, 2014 @ 00:09:14
  Author: arodseth
Revision: 106964

Upgrading.

Does not compile with readline, there is a problem with the "Function" type.

Modified:
  swi-prolog/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-10 22:43:13 UTC (rev 106963)
+++ PKGBUILD	2014-03-10 23:09:14 UTC (rev 106964)
@@ -19,7 +19,7 @@
             'libxpm: for using the pl2xpce library'
             'libxinerama: for using the pl2xpce library'
             'libxft: for using the pl2xpce library')
-options=('!makeflags')
+#options=('!makeflags')
 source=("http://www.swi-prolog.org/download/stable/src/pl-$pkgver.tar.gz")
 sha256sums=('e4996e363a19353f8b4eb1c19284fa73612b0137b32ba3cb066210567260b6cd')
 
@@ -27,6 +27,9 @@
   cd "pl-$pkgver"
 
   ./configure --prefix=/usr --with-world
+  cd src
+  ./configure --disable-readline --prefix=/usr
+  cd ..
   make
 }
 




More information about the arch-commits mailing list