diff options
author | wiz <wiz> | 2017-03-15 16:33:07 +0000 |
---|---|---|
committer | wiz <wiz> | 2017-03-15 16:33:07 +0000 |
commit | b94b762f73f225952e57c1aa5895cdf368913e54 (patch) | |
tree | 6e8285bb0efc54bfb64d22010da3a7fe80ed2764 /lang | |
parent | 2b6ca414d18eb8189d312c552b3574d3c239f3e9 (diff) | |
download | pkgsrc-b94b762f73f225952e57c1aa5895cdf368913e54.tar.gz |
Remove incorrect patch.
Upstream (Bruno Haible) write:
The comment says that this include of <pthread.h> is there to make sure that
<signal.h> declares pthread_sigmask.
But on DragonFly (I checked versions 3.8, 4.6, and 4.8.0-RC), pthread_sigmask
is already declared in <signal.h>, not in <pthread.h>.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/guile20/distinfo | 3 | ||||
-rw-r--r-- | lang/guile20/patches/patch-lib_signal.in.h | 14 |
2 files changed, 1 insertions, 16 deletions
diff --git a/lang/guile20/distinfo b/lang/guile20/distinfo index 248681dbacc..7d59d81d5cb 100644 --- a/lang/guile20/distinfo +++ b/lang/guile20/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.10 2017/03/15 13:55:53 wiz Exp $ +$NetBSD: distinfo,v 1.11 2017/03/15 16:33:07 wiz Exp $ SHA1 (guile-2.0.14.tar.gz) = fd04a4973715b8c4cd6c03a97e08d7f2c3c2bd68 RMD160 (guile-2.0.14.tar.gz) = 754aaf1bf3c6bed9afdde49c5154b87047408a1e SHA512 (guile-2.0.14.tar.gz) = d69c9bdf589fedcc227f3203012f6ed11c327cef3a0147d8e016fe276abecdb4272625efe1d0c7aa68219fe8f29bbced44089a4b479e4eafe01976c6b2b83633 Size (guile-2.0.14.tar.gz) = 7823099 bytes -SHA1 (patch-lib_signal.in.h) = a5ddf019ed1e33b9f5b9994d1368be88660684a5 SHA1 (patch-libguile_filesys.c) = 3aadb171d94e6ad583583b028b281c5f87818400 SHA1 (patch-libguile_stime.c) = a817e58e4ec05ad040a11ccdaacca53511ad0ad8 diff --git a/lang/guile20/patches/patch-lib_signal.in.h b/lang/guile20/patches/patch-lib_signal.in.h deleted file mode 100644 index 4e27a7926c7..00000000000 --- a/lang/guile20/patches/patch-lib_signal.in.h +++ /dev/null @@ -1,14 +0,0 @@ -$NetBSD: patch-lib_signal.in.h,v 1.1 2016/12/03 03:15:33 marino Exp $ - -DragonFly support. - ---- lib/signal.in.h.orig 2016-06-29 09:12:27 UTC -+++ lib/signal.in.h -@@ -61,6 +61,7 @@ - #if (@GNULIB_PTHREAD_SIGMASK@ || defined GNULIB_POSIXCHECK) \ - && ((defined __APPLE__ && defined __MACH__) \ - || defined __FreeBSD__ || defined __OpenBSD__ || defined __osf__ \ -+ || defined __DragonFly__ \ - || defined __sun || defined __ANDROID__) \ - && ! defined __GLIBC__ - # include <pthread.h> |