diff options
author | tv <tv@pkgsrc.org> | 2004-04-28 14:11:15 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-28 14:11:15 +0000 |
commit | e02f35b7de4707f356c7db1d662ecd1212aeee1f (patch) | |
tree | ddd735b75b000b9a81e257af367aba50fd916fb1 | |
parent | 5915567bb5cd5f513725b286fb774fe6ec4b4878 (diff) | |
download | pkgsrc-e02f35b7de4707f356c7db1d662ecd1212aeee1f.tar.gz |
Revert <poll.h> patch for Interix, as we're no longer using poll(2) there
at all.
-rw-r--r-- | devel/pkgconfig/distinfo | 3 | ||||
-rw-r--r-- | devel/pkgconfig/patches/patch-aa | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index c1ece1b2c6e..75e8fca8148 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.6 2004/04/27 19:08:34 tv Exp $ +$NetBSD: distinfo,v 1.7 2004/04/28 14:11:15 tv Exp $ SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97 Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes -SHA1 (patch-aa) = 2f561ff86d639282b26aeb919b6de4ce1e1955f3 diff --git a/devel/pkgconfig/patches/patch-aa b/devel/pkgconfig/patches/patch-aa deleted file mode 100644 index b8690e8c896..00000000000 --- a/devel/pkgconfig/patches/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/04/27 19:08:34 tv Exp $ - ---- glib-1.2.8/gmain.c.orig Tue Apr 27 14:56:29 2004 -+++ glib-1.2.8/gmain.c -@@ -49,6 +49,10 @@ - # undef events /* AIX 4.1.5 & 4.3.2 define this for SVR3,4 compatibility */ - # undef revents /* AIX 4.1.5 & 4.3.2 define this for SVR3,4 compatibility */ - #endif /* GLIB_HAVE_SYS_POLL_H */ -+#ifdef __INTERIX -+/* SUS standard location is NOT <sys/poll.h> */ -+#include <poll.h> -+#endif - #ifdef HAVE_UNISTD_H - #include <unistd.h> - #endif /* HAVE_UNISTD_H */ |