summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2013-01-26 09:56:30 +0000
committerLars Wendler <polynomial-c@gentoo.org>2013-01-26 09:56:30 +0000
commit9716d3d70bbb94484933f7becb5433fa6a725d58 (patch)
treeb6098bf5f4478cfb5305b2d5e4dab7bbfc4c56fe /sys-fs/hfsutils/files
parentbump of swift to 1.7.6 (diff)
downloadgentoo-2-9716d3d70bbb94484933f7becb5433fa6a725d58.tar.gz
gentoo-2-9716d3d70bbb94484933f7becb5433fa6a725d58.tar.bz2
gentoo-2-9716d3d70bbb94484933f7becb5433fa6a725d58.zip
Fixed compilation with tcl-8.6 (bug #451112)
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-fs/hfsutils/files')
-rw-r--r--sys-fs/hfsutils/files/hfsutils-3.2.6-fix-tcl-8.6.patch8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys-fs/hfsutils/files/hfsutils-3.2.6-fix-tcl-8.6.patch b/sys-fs/hfsutils/files/hfsutils-3.2.6-fix-tcl-8.6.patch
new file mode 100644
index 000000000000..19f15424543c
--- /dev/null
+++ b/sys-fs/hfsutils/files/hfsutils-3.2.6-fix-tcl-8.6.patch
@@ -0,0 +1,8 @@
+--- hfsutils-3.2.6/config.h.in
++++ hfsutils-3.2.6/config.h.in
+@@ -91,3 +91,5 @@
+ # ifndef HAVE_STRTOL
+ long strtol(const char *, char **, int);
+ # endif
++
++#define USE_INTERP_RESULT 1