diff options
author | tv <tv@pkgsrc.org> | 2004-04-27 19:08:34 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-27 19:08:34 +0000 |
commit | 527e24eaf36f6b8eb570b600227064a88096c58f (patch) | |
tree | b51d4ce7ba9c507e8495c8c9c006c0041dcffd81 /devel/pkgconfig | |
parent | 932d9603ec94f328827f6d6e1f2bb701b54af9c3 (diff) | |
download | pkgsrc-527e24eaf36f6b8eb570b600227064a88096c58f.tar.gz |
Make work on Interix.
Diffstat (limited to 'devel/pkgconfig')
-rw-r--r-- | devel/pkgconfig/distinfo | 3 | ||||
-rw-r--r-- | devel/pkgconfig/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index f2070947d74..c1ece1b2c6e 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.5 2003/02/14 21:14:38 salo Exp $ +$NetBSD: distinfo,v 1.6 2004/04/27 19:08:34 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 new file mode 100644 index 00000000000..b8690e8c896 --- /dev/null +++ b/devel/pkgconfig/patches/patch-aa @@ -0,0 +1,15 @@ +$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 */ |