summaryrefslogtreecommitdiff
path: root/glib-patches
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:06:51 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:06:51 +0000
commit9fbcebd3541043117f4902e2a6a5f4c025287668 (patch)
treeff9b1891c5567de187a53699de71886783b6a43c /glib-patches
parent8b2511113e2f0804022252b84846583135b0af17 (diff)
downloadpkg-config-9fbcebd3541043117f4902e2a6a5f4c025287668.tar.gz
2005-04-02 Tollef Fog Heen <tfheen@err.no>
Author: tfheen Date: 2005-04-02 17:25:48 GMT 2005-04-02 Tollef Fog Heen <tfheen@err.no> * glib-patches/remove-strsignal-prototype.diff: Remove strsignal prototype from gstrfuncs.c, it is included in string.h. This fixes a compilation issue on cygwin. (Freedesktop #2598)
Diffstat (limited to 'glib-patches')
-rw-r--r--glib-patches/remove-strsignal-prototype.diff10
1 files changed, 10 insertions, 0 deletions
diff --git a/glib-patches/remove-strsignal-prototype.diff b/glib-patches/remove-strsignal-prototype.diff
new file mode 100644
index 0000000..ce88481
--- /dev/null
+++ b/glib-patches/remove-strsignal-prototype.diff
@@ -0,0 +1,10 @@
+--- glib-1.2.8/gstrfuncs.c 2000-04-17 17:05:16.000000000 +0200
++++ glib-1.2.8/gstrfuncs.c.new 2005-04-02 16:39:10.627002672 +0200
+@@ -671,7 +671,6 @@
+ char *msg;
+
+ #ifdef HAVE_STRSIGNAL
+- extern char *strsignal (int sig);
+ return strsignal (signum);
+ #elif NO_SYS_SIGLIST
+ switch (signum)