summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2012-08-18 03:43:33 +0000
committerChristoph Junghans <ottxor@gentoo.org>2012-08-18 03:43:33 +0000
commit164fab6b1389c182af9962302889a5f856f0268e (patch)
tree6660d978df274393ff8807f03c17734eb0d3cec4 /app-editors/shed/files
parentUpdate alpha/s390 patches. (diff)
downloadgentoo-2-164fab6b1389c182af9962302889a5f856f0268e.tar.gz
gentoo-2-164fab6b1389c182af9962302889a5f856f0268e.tar.bz2
gentoo-2-164fab6b1389c182af9962302889a5f856f0268e.zip
add prefix support (bug #430098)
(Portage version: 2.2.0_alpha121/cvs/Linux i686)
Diffstat (limited to 'app-editors/shed/files')
-rw-r--r--app-editors/shed/files/shed-1.15-interix.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-editors/shed/files/shed-1.15-interix.patch b/app-editors/shed/files/shed-1.15-interix.patch
new file mode 100644
index 000000000000..16c310d91cd1
--- /dev/null
+++ b/app-editors/shed/files/shed-1.15-interix.patch
@@ -0,0 +1,15 @@
+http://sourceforge.net/tracker/?func=detail&aid=3554634&group_id=21862&atid=374571
+diff -ru shed-1.13.orig/shed.c shed-1.13/shed.c
+--- shed-1.13.orig/shed.c 2008-04-03 15:21:53 +0200
++++ shed-1.13/shed.c 2008-04-03 15:23:05 +0200
+@@ -31,6 +31,10 @@
+ #include <ctype.h> /* tolower */
+ #include <unistd.h> /* dup, dup2 */
+
++#ifdef __INTERIX
++# include <sys/time.h>
++#endif
++
+ #include "util.h"
+
+ /* function prototypes */