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
 }
 

Reply via email to