Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/dwdiff/files: dwdiff-2.0.8-configure_fix.patch
Date: Sat, 04 Jan 2014 19:09:29
Message-Id: 20140104190923.1DDD02004C@flycatcher.gentoo.org
1 polynomial-c 14/01/04 19:09:23
2
3 Added: dwdiff-2.0.8-configure_fix.patch
4 Log:
5 Version bump. Removed old
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/dwdiff/files/dwdiff-2.0.8-configure_fix.patch?rev=1.1&content-type=text/plain
14
15 Index: dwdiff-2.0.8-configure_fix.patch
16 ===================================================================
17 --- dwdiff-2.0.8/config.pkg
18 +++ dwdiff-2.0.8/config.pkg
19 @@ -116,7 +116,7 @@
20
21 test_link "required functions for dwfilter" || {
22 checkfunction "fork" 'pid_t pid = fork();' "<unistd.h>" "<sys/types.h>"
23 - checkfunction "execvp" 'execvp("test", NULL);' "<unistd.h>">
24 + checkfunction "execvp" 'execvp("test", NULL);' "<unistd.h>" "<sys/types.h>"
25 check_message_result "!! A required function for dwfilter is not availabe. Try configuring with --without-dwfilter"
26 exit 1
27 }