summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2014-01-05 16:25:15 +0000
committerLars Wendler <polynomial-c@gentoo.org>2014-01-05 16:25:15 +0000
commit4e73b6d49569ba9271df9f5bd879be9e8abc5dd1 (patch)
treeddd215bb037889ac89813e84e1002f9d6e8c87f0 /dev-util/dwdiff
parentVersion bump. Removed old (diff)
downloadgentoo-2-4e73b6d49569ba9271df9f5bd879be9e8abc5dd1.tar.gz
gentoo-2-4e73b6d49569ba9271df9f5bd879be9e8abc5dd1.tar.bz2
gentoo-2-4e73b6d49569ba9271df9f5bd879be9e8abc5dd1.zip
Simplified patch
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'dev-util/dwdiff')
-rw-r--r--dev-util/dwdiff/ChangeLog6
-rw-r--r--dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch2
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-util/dwdiff/ChangeLog b/dev-util/dwdiff/ChangeLog
index 516620a68e8f..481d833718d0 100644
--- a/dev-util/dwdiff/ChangeLog
+++ b/dev-util/dwdiff/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/dwdiff
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/dwdiff/ChangeLog,v 1.11 2014/01/04 19:09:23 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/dwdiff/ChangeLog,v 1.12 2014/01/05 16:25:15 polynomial-c Exp $
+
+ 05 Jan 2014; Lars Wendler <polynomial-c@gentoo.org>
+ files/dwdiff-2.0.8-configure_fix.patch:
+ Simplified patch.
*dwdiff-2.0.8 (04 Jan 2014)
diff --git a/dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch b/dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch
index f20ff0b8cd3b..7f47f445217d 100644
--- a/dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch
+++ b/dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch
@@ -5,7 +5,7 @@
test_link "required functions for dwfilter" || {
checkfunction "fork" 'pid_t pid = fork();' "<unistd.h>" "<sys/types.h>"
- checkfunction "execvp" 'execvp("test", NULL);' "<unistd.h>">
-+ checkfunction "execvp" 'execvp("test", NULL);' "<unistd.h>" "<sys/types.h>"
++ checkfunction "execvp" 'execvp("test", NULL);' "<unistd.h>"
check_message_result "!! A required function for dwfilter is not availabe. Try configuring with --without-dwfilter"
exit 1
}