[arch-commits] Commit in tk/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Dec 26 09:21:21 UTC 2017
Date: Tuesday, December 26, 2017 @ 09:21:20
Author: arojas
Revision: 313658
Fix configure flag
Modified:
tk/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-26 09:12:41 UTC (rev 313657)
+++ PKGBUILD 2017-12-26 09:21:20 UTC (rev 313658)
@@ -3,7 +3,7 @@
pkgname=tk
pkgver=8.6.8
-pkgrel=1
+pkgrel=2
pkgdesc="A windowing toolkit for use with tcl"
arch=('x86_64')
url="http://tcl.sourceforge.net/"
@@ -15,7 +15,7 @@
build() {
cd tk${pkgver}/unix
- ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-rpath BIT="--enable-64bit"
+ ./configure --prefix=/usr --mandir=/usr/share/man --enable-threads --disable-rpath --enable-64bit
make
}
More information about the arch-commits
mailing list