summaryrefslogtreecommitdiff
path: root/glib-patches
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2005-07-14 13:07:22 +0000
committerArch Librarian <arch@canonical.com>2005-07-14 13:07:22 +0000
commit18c80f1cbb7a54ea3d399a893f8dee3bbcad9ffd (patch)
tree0edf8415353d3b7f71d994f434ab22af01a9a772 /glib-patches
parentef703c428493dcede915f7e1ee5dea2c065e163f (diff)
downloadpkg-config-18c80f1cbb7a54ea3d399a893f8dee3bbcad9ffd.tar.gz
2005-06-26 Tollef Fog Heen <tfheen@err.no>
Author: tfheen Date: 2005-06-26 18:42:54 GMT 2005-06-26 Tollef Fog Heen <tfheen@err.no> * glib-patches/configure.in-fd_set.diff: Patch to grep for fd_set rather than fd_mask. Thanks to David Wolfe for the fix. This should make pkg-config happier on QNX.
Diffstat (limited to 'glib-patches')
-rw-r--r--glib-patches/configure.in-fd_set.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/glib-patches/configure.in-fd_set.diff b/glib-patches/configure.in-fd_set.diff
new file mode 100644
index 0000000..16249ca
--- /dev/null
+++ b/glib-patches/configure.in-fd_set.diff
@@ -0,0 +1,13 @@
+diff -ru glib-1.2.8.orig/configure.in glib-1.2.8/configure.in
+--- glib-1.2.8.orig/configure.in 2005-06-26 20:38:20.468504000 +0200
++++ glib-1.2.8/configure.in 2005-06-26 20:40:14.057549097 +0200
+@@ -315,7 +315,7 @@
+ if test $gtk_ok = yes; then
+ AC_MSG_RESULT([yes, found in sys/types.h])
+ else
+- AC_HEADER_EGREP(fd_mask, sys/select.h, gtk_ok=yes)
++ AC_HEADER_EGREP(fd_set, sys/select.h, gtk_ok=yes)
+ if test $gtk_ok = yes; then
+ AC_DEFINE(HAVE_SYS_SELECT_H)
+ AC_MSG_RESULT([yes, found in sys/select.h])
+Only in glib-1.2.8: configure.in~