pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pkgconfig Add a prototype for packages_get_other...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e5f0d1debff
branches:  trunk
changeset: 480289:9e5f0d1debff
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Sat Sep 04 21:51:20 2004 +0000

description:
Add a prototype for packages_get_other_cflags in pkg.h.
(Happens to fix the build under IRIX.)

diffstat:

 devel/pkgconfig/distinfo         |   3 ++-
 devel/pkgconfig/patches/patch-ab |  12 ++++++++++++
 2 files changed, 14 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r a5bcf5b3418e -r 9e5f0d1debff devel/pkgconfig/distinfo
--- a/devel/pkgconfig/distinfo  Sat Sep 04 20:13:22 2004 +0000
+++ b/devel/pkgconfig/distinfo  Sat Sep 04 21:51:20 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2004/08/07 12:14:09 wiz Exp $
+$NetBSD: distinfo,v 1.9 2004/09/04 21:51:20 jschauma Exp $
 
 SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97
 Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes
 SHA1 (patch-aa) = 6ac538ffabfadb5ac46e92878f32f969ac14515f
+SHA1 (patch-ab) = 7eee4f3df5bb68e0af3202b48c99d32256bfe8c7
diff -r a5bcf5b3418e -r 9e5f0d1debff devel/pkgconfig/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pkgconfig/patches/patch-ab  Sat Sep 04 21:51:20 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2004/09/04 21:51:20 jschauma Exp $
+
+--- pkg.h.orig 2004-09-04 17:42:52.000000000 -0400
++++ pkg.h      2004-09-04 17:45:38.000000000 -0400
+@@ -85,6 +85,7 @@
+ char *   packages_get_I_cflags    (GSList     *pkgs);
+ char *   package_get_other_cflags (Package    *pkg);
+ char *   packages_get_all_cflags  (GSList     *pkgs);
++char *   packages_get_other_cflags(GSList     *pkgs);
+ char *   package_get_var          (Package    *pkg,
+                                    const char *var);
+ char *   packages_get_var          (GSList     *pkgs,



Home | Main Index | Thread Index | Old Index