summaryrefslogtreecommitdiff
path: root/devel/pkgconfig
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-04-28 14:11:15 +0000
committertv <tv@pkgsrc.org>2004-04-28 14:11:15 +0000
commitaf19c876debbaff956da73816848b2977b8d3e6c (patch)
treeddd735b75b000b9a81e257af367aba50fd916fb1 /devel/pkgconfig
parent95584414ff5a50a84eb9cbc01fe18d848c4358b8 (diff)
downloadpkgsrc-af19c876debbaff956da73816848b2977b8d3e6c.tar.gz
Revert <poll.h> patch for Interix, as we're no longer using poll(2) there
at all.
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r--devel/pkgconfig/distinfo3
-rw-r--r--devel/pkgconfig/patches/patch-aa15
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 */