diff options
author | mef <mef@pkgsrc.org> | 2014-10-29 15:13:48 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-10-29 15:13:48 +0000 |
commit | 124e28b7303ba6aec36f4400cdb1cb305406ecdd (patch) | |
tree | 5741d8838c97140fea95090feb269188999955f9 /ham/gnuradio-core | |
parent | 9695ca086af9e4250e676c9cb7b5678c647f1bba (diff) | |
download | pkgsrc-124e28b7303ba6aec36f4400cdb1cb305406ecdd.tar.gz |
Solaris reports .. fatal error: sys/prctl.h: No such file or directory
So, adding __solaris__ for BSD side
Diffstat (limited to 'ham/gnuradio-core')
-rw-r--r-- | ham/gnuradio-core/distinfo | 4 | ||||
-rw-r--r-- | ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ham/gnuradio-core/distinfo b/ham/gnuradio-core/distinfo index 57f0d3d174c..eb5c02862b2 100644 --- a/ham/gnuradio-core/distinfo +++ b/ham/gnuradio-core/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.15 2014/10/17 09:51:56 mef Exp $ +$NetBSD: distinfo,v 1.16 2014/10/29 15:13:48 mef Exp $ SHA1 (gnuradio-3.7.5.tar.gz) = fe30be815aca149bfac1615028a279aea40c3bbb RMD160 (gnuradio-3.7.5.tar.gz) = c0f45116f72a7da7b6428f8eb55efe7c6dbcdc03 Size (gnuradio-3.7.5.tar.gz) = 3529717 bytes SHA1 (patch-gnuradio_runtime_include_gnuradio_high__res__timer__h) = 59ad8192e7ac76b2ce35cda68c378bc2abad20a5 -SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = 3ca2d41c4762442422539958eb15d4fc459b3920 +SHA1 (patch-gnuradio_runtime_lib_thread_thread_cc) = b8af6c3f3df53f66193224671efbcc4bf73131de SHA1 (patch-gr-audio_lib_CMakeLists.txt) = 00ff8c14658acd2d1dc8be18ea6a19ace8d12968 SHA1 (patch-gr-audio_lib_alsa_alsa__impl_h) = d61dcd31058c04a6050479a6e8c321ca15420d49 SHA1 (patch-grc_script_gnuradio-companion) = 5fd6ed47941c29054f78d968abd98a4197a69100 diff --git a/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc b/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc index 5da45326dce..b06206fd549 100644 --- a/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc +++ b/ham/gnuradio-core/patches/patch-gnuradio_runtime_lib_thread_thread_cc @@ -1,4 +1,4 @@ -$NetBSD: patch-gnuradio_runtime_lib_thread_thread_cc,v 1.2 2014/10/17 09:51:56 mef Exp $ +$NetBSD: patch-gnuradio_runtime_lib_thread_thread_cc,v 1.3 2014/10/29 15:13:48 mef Exp $ Extending for BSD @@ -9,7 +9,7 @@ Extending for BSD #elif defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__) || \ - defined(__FreeBSD__) -+ defined(__FreeBSD__) || defined(__NetBSD__) ++ defined(__FreeBSD__) || defined(__NetBSD__) || defined(__solaris__) namespace gr { namespace thread { |