pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/pkgconfig Make work on Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62ce388b9e3f
branches:  trunk
changeset: 474335:62ce388b9e3f
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Apr 27 19:08:34 2004 +0000

description:
Make work on Interix.

diffstat:

 devel/pkgconfig/distinfo         |   3 ++-
 devel/pkgconfig/patches/patch-aa |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 7ff85f408ed6 -r 62ce388b9e3f devel/pkgconfig/distinfo
--- a/devel/pkgconfig/distinfo  Tue Apr 27 18:33:52 2004 +0000
+++ b/devel/pkgconfig/distinfo  Tue Apr 27 19:08:34 2004 +0000
@@ -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 -r 7ff85f408ed6 -r 62ce388b9e3f devel/pkgconfig/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/pkgconfig/patches/patch-aa  Tue Apr 27 19:08:34 2004 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index