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

Allan McRae allan at archlinux.org
Sun Feb 22 09:41:46 UTC 2009


    Date: Sunday, February 22, 2009 @ 04:41:46
  Author: allan
Revision: 27501

upgpkg: ncurses 5.7-2.1
    x86_64 only rebuild
Increased compatibility with some binary blobs (FS#13351)

Modified:
  ncurses/trunk/ChangeLog
  ncurses/trunk/PKGBUILD

-----------+
 ChangeLog |    6 ++++++
 PKGBUILD  |    5 +++--
 2 files changed, 9 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-02-22 09:33:04 UTC (rev 27500)
+++ ChangeLog	2009-02-22 09:41:46 UTC (rev 27501)
@@ -1,3 +1,9 @@
+2009-01-22  Allan McRae <allan at archlinux.org>
+	* ncurses-5.7-2.1
+	* x86_64 only build
+	* compile non-wide charater library with chtype=long
+          for compatibility with binary blobs (FS#13351)
+
 2008-11-15  Allan McRae <allan at archlinux.org>
 	* ncurses-5.7-2
 	* fix installation of non-wide charater libraries (FS#12124)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-22 09:33:04 UTC (rev 27500)
+++ PKGBUILD	2009-02-22 09:41:46 UTC (rev 27501)
@@ -4,7 +4,7 @@
 
 pkgname=ncurses
 pkgver=5.7
-pkgrel=2
+pkgrel=2.1
 pkgdesc="System V Release 4.0 curses emulation library"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/ncurses/"
@@ -48,9 +48,10 @@
   ln -sf libncurses.a ${pkgdir}/usr/lib/libcurses.a
 
   # Install libncurses.so.5 for external binary support 
+  [ $CARCH = "x86_64" ] && CONFIGFLAG="--with-chtype=long"
   ./configure --prefix=/usr \
     --with-shared --with-normal --without-debug --without-ada \
-    --with-install-prefix=${pkgdir}
+    --with-install-prefix=${pkgdir} $CONFIGFLAG
   make || return 1
   
   install -Dm755 lib/libncurses.so.${pkgver} ${pkgdir}/usr/lib/libncurses.so.${pkgver}




More information about the arch-commits mailing list