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

Florian Pritz bluewind at nymeria.archlinux.org
Mon Apr 1 09:30:07 UTC 2013


    Date: Monday, April 1, 2013 @ 11:30:07
  Author: bluewind
Revision: 87468

apply fix for FS#34406 with next update

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-01 08:51:16 UTC (rev 87467)
+++ PKGBUILD	2013-04-01 09:30:07 UTC (rev 87468)
@@ -96,6 +96,10 @@
   # Allow ccache to work
   mv $pkgname-$_pkgbasever $pkgname
 
+  # ncurses fix
+  sed -i 's|libncurses|libncursesw|g' "$srcdir/$pkgname/configure"
+  sed -i 's|lncurses|lncursesw|g' "$srcdir/$pkgname/configure"
+
   # Get rid of old build dirs
   rm -rf $pkgname-{32,64}-build
   mkdir $pkgname-32-build




More information about the arch-commits mailing list