summaryrefslogtreecommitdiff
path: root/graphics/ilmbase
diff options
context:
space:
mode:
authoradam <adam>2013-05-09 06:40:26 +0000
committeradam <adam>2013-05-09 06:40:26 +0000
commit5e3896580be8f666aee767ad43cd82fcb862dea8 (patch)
tree22a177c217128580d9389c2aef1ec16a5d231b93 /graphics/ilmbase
parentf94e0a0f6b7bb3ed150416690a662dc64d00d731 (diff)
downloadpkgsrc-5e3896580be8f666aee767ad43cd82fcb862dea8.tar.gz
Disable problematic ucontext support
Diffstat (limited to 'graphics/ilmbase')
-rw-r--r--graphics/ilmbase/distinfo4
-rw-r--r--graphics/ilmbase/patches/patch-ab14
2 files changed, 14 insertions, 4 deletions
diff --git a/graphics/ilmbase/distinfo b/graphics/ilmbase/distinfo
index a242112b750..2b53cb675e2 100644
--- a/graphics/ilmbase/distinfo
+++ b/graphics/ilmbase/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.6 2013/05/08 17:48:33 adam Exp $
+$NetBSD: distinfo,v 1.7 2013/05/09 06:40:26 adam Exp $
SHA1 (ilmbase-2.0.0.tar.gz) = 0f047217d287627ddc37ed06d573a2099e67f447
RMD160 (ilmbase-2.0.0.tar.gz) = 9fbea3895cd690d945fbcf387ec65f4aecbd9303
Size (ilmbase-2.0.0.tar.gz) = 549714 bytes
SHA1 (patch-Iex_IexThrowErrnoExc.cpp) = 1a4206619320a2a95378b7c2db14fde20b0ffd71
SHA1 (patch-aa) = 7498a0cfafaec4f1e43dd57270f514bc5a8e7b1f
-SHA1 (patch-ab) = 9c332afdcf04e239c597546089f50b0db0b038b4
+SHA1 (patch-ab) = 38a672bec75bb299dba4578552020ad42be501c0
diff --git a/graphics/ilmbase/patches/patch-ab b/graphics/ilmbase/patches/patch-ab
index 2c8ada3bad4..51cbdfb8c1f 100644
--- a/graphics/ilmbase/patches/patch-ab
+++ b/graphics/ilmbase/patches/patch-ab
@@ -1,10 +1,20 @@
-$NetBSD: patch-ab,v 1.2 2013/05/08 17:48:33 adam Exp $
+$NetBSD: patch-ab,v 1.3 2013/05/09 06:40:27 adam Exp $
-Compatibility fix.
+Disable ucontext.h detection, which leads to problems on some platforms.
+Shell portabibility fix.
Disable univeral binary build on Mac OS X.
--- configure.orig 2013-03-14 16:58:22.000000000 +0000
+++ configure
+@@ -19773,7 +19773,7 @@ fi
+
+
+
+-for ac_header in limits.h unistd.h ucontext.h
++for ac_header in limits.h unistd.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -20524,7 +20524,7 @@ LIB_SUFFIX=""
lib_suffix_valid="no"