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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu May 5 13:46:20 UTC 2016


    Date: Thursday, May 5, 2016 @ 15:46:20
  Author: bpiotrowski
Revision: 266950

Specify pkgconfig directory

Modified:
  ncurses/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-05 13:40:37 UTC (rev 266949)
+++ PKGBUILD	2016-05-05 13:46:20 UTC (rev 266950)
@@ -22,9 +22,10 @@
   cd $pkgname-${pkgver/_/-}
 
   ./configure --prefix=/usr --mandir=/usr/share/man \
-     --with-shared --with-normal --without-debug --without-ada \
-     --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
-     --enable-ext-colors --enable-ext-mouse
+    --with-pkg-config-libdir=/usr/lib/pkgconfig \
+    --with-shared --with-normal --without-debug --without-ada \
+    --enable-widec --enable-pc-files --with-cxx-binding --with-cxx-shared \
+    --enable-ext-colors --enable-ext-mouse
   make
 }
 



More information about the arch-commits mailing list