[Lunar-commits] <moonbase> pkgconfig: patch it for autoconf 2.66.

Florin Braescu florin at lunar-linux.org
Fri Jul 16 10:08:59 CEST 2010


commit 430e353e3d01319c19bc40aa882a6474ea233303
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Fri Jul 16 11:08:59 2010 +0300

    pkgconfig: patch it for autoconf 2.66.
---
 devel/pkgconfig/BUILD   |    8 ++++++++
 devel/pkgconfig/DETAILS |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/devel/pkgconfig/BUILD b/devel/pkgconfig/BUILD
new file mode 100644
index 0000000..6aa13bf
--- /dev/null
+++ b/devel/pkgconfig/BUILD
@@ -0,0 +1,8 @@
+(
+
+# a patch for autoconf 2.66
+  sedit "s:_PKG_TEXT])dnl:_PKG_TEXT])[]dnl:" pkg.m4  &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/devel/pkgconfig/DETAILS b/devel/pkgconfig/DETAILS
index 6b71530..b30e525 100644
--- a/devel/pkgconfig/DETAILS
+++ b/devel/pkgconfig/DETAILS
@@ -6,7 +6,7 @@
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/pkg-config-$VERSION
         WEB_SITE=http://pkgconfig.freedesktop.org
          ENTERED=20010922
-         UPDATED=20100611
+         UPDATED=20100716
            SHORT="A system for managing library compile/link flags that works with automake and autoconf"
 
 cat << EOF


More information about the Lunar-commits mailing list