summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjschauma <jschauma>2004-09-04 21:51:20 +0000
committerjschauma <jschauma>2004-09-04 21:51:20 +0000
commitb6bdf4a8dbf05cb496cc8472ce886a29a4881500 (patch)
treea2313e8a2cc630c9865b945e7c9f29c9d0d4fccb /devel
parent937f94a17fa3a5accfedf6529163eb42a134a34b (diff)
downloadpkgsrc-b6bdf4a8dbf05cb496cc8472ce886a29a4881500.tar.gz
Add a prototype for packages_get_other_cflags in pkg.h.
(Happens to fix the build under IRIX.)
Diffstat (limited to 'devel')
-rw-r--r--devel/pkgconfig/distinfo3
-rw-r--r--devel/pkgconfig/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo
index 1ac23a64f52..5949b177cff 100644
--- a/devel/pkgconfig/distinfo
+++ b/devel/pkgconfig/distinfo
@@ -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 --git a/devel/pkgconfig/patches/patch-ab b/devel/pkgconfig/patches/patch-ab
new file mode 100644
index 00000000000..81b2190a452
--- /dev/null
+++ b/devel/pkgconfig/patches/patch-ab
@@ -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,