[jhbuild] [patches] let nss create pkgconfig path if it doesn't exist



commit ea3024523fffe1a22b1fb6b03a5757c58c7f53ff
Author: Frédéric Péters <fpeters 0d be>
Date:   Sat Aug 22 13:01:22 2009 +0200

    [patches] let nss create pkgconfig path if it doesn't exist

 patches/nss.pkgconfig-and-configure.patch |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/patches/nss.pkgconfig-and-configure.patch b/patches/nss.pkgconfig-and-configure.patch
index a44743d..26685ef 100644
--- a/patches/nss.pkgconfig-and-configure.patch
+++ b/patches/nss.pkgconfig-and-configure.patch
@@ -4410,7 +4410,7 @@
 +AC_OUTPUT
 --- Makefile.in	1970-01-01 01:00:00.000000000 +0100
 +++ Makefile.in	2009-08-21 15:45:04.000000000 +0200
-@@ -0,0 +1,34 @@
+@@ -0,0 +1,35 @@
 +prefix= prefix@
 +nspr_prefix= NSPR_PREFIX@
 +nspr_libdir= NSPR_LIBDIR@
@@ -4443,6 +4443,7 @@
 +	-mkdir $(prefix)/include/nss
 +	install -m 644 -t $(prefix)/include/nss mozilla/dist/public/nss/*
 +	-rm $(prefix)/lib/libssl.a
++	-mkdir -p $(prefix)lib/pkgconfig/
 +	cp nss.pc $(prefix)/lib/pkgconfig/nss.pc
 +
 --- nss.pc.in	1970-01-01 01:00:00.000000000 +0100



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]