diff options
author | recht <recht> | 2005-01-15 13:49:47 +0000 |
---|---|---|
committer | recht <recht> | 2005-01-15 13:49:47 +0000 |
commit | d1be63b1b36110ad3b1a5ac31441e28af7738ba3 (patch) | |
tree | 52204f5aa53ebc6a02e838db2d8ea7b417e4db3d /devel | |
parent | 945acc1c7e5387dc67e747905b911781fd006d20 (diff) | |
download | pkgsrc-d1be63b1b36110ad3b1a5ac31441e28af7738ba3.tar.gz |
Remove patch-ac since it breaks the build on (some) Darwin systems and the
whole poll() issue is already handled in a cleaner way in
mk/platform/Darwin.mk.
ok'd by grant
This addresses PR 28928 by adrianp@.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkgconfig/distinfo | 3 | ||||
-rw-r--r-- | devel/pkgconfig/patches/patch-ac | 15 |
2 files changed, 1 insertions, 17 deletions
diff --git a/devel/pkgconfig/distinfo b/devel/pkgconfig/distinfo index 50e66e9b135..649cf5041d4 100644 --- a/devel/pkgconfig/distinfo +++ b/devel/pkgconfig/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.10 2004/12/18 16:57:56 grant Exp $ +$NetBSD: distinfo,v 1.11 2005/01/15 13:49:47 recht Exp $ SHA1 (pkgconfig-0.15.0.tar.gz) = 1019c8027c0cf94bca680886f4e2ae4e629a2a97 Size (pkgconfig-0.15.0.tar.gz) = 610697 bytes SHA1 (patch-aa) = 6ac538ffabfadb5ac46e92878f32f969ac14515f SHA1 (patch-ab) = 7eee4f3df5bb68e0af3202b48c99d32256bfe8c7 -SHA1 (patch-ac) = cfea2b4ba5fea85daa0329688c43e6b967c3f498 diff --git a/devel/pkgconfig/patches/patch-ac b/devel/pkgconfig/patches/patch-ac deleted file mode 100644 index 3680ee1a931..00000000000 --- a/devel/pkgconfig/patches/patch-ac +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-ac,v 1.1 2004/12/18 16:57:56 grant Exp $ - ---- glib-1.2.8/gmain.c.orig 2000-05-19 15:58:48.000000000 +1000 -+++ glib-1.2.8/gmain.c -@@ -187,7 +187,9 @@ static gboolean poll_changed = FALSE; - /* SunOS has poll, but doesn't provide a prototype. */ - # if defined (sun) && !defined (__SVR4) - extern gint poll (GPollFD *ufds, guint nfsd, gint timeout); --# endif /* !sun */ -+# elif defined (__APPLE__) -+extern gint poll (GPollFD *ufds, guint nfsd, gint timeout); -+# endif - static GPollFunc poll_func = (GPollFunc) poll; - #else /* !HAVE_POLL */ - #ifdef NATIVE_WIN32 |