diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-11-22 22:27:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-11-22 22:27:29 +0000 |
commit | a28acc2928274d9611dcd26224698b08c1caf31b (patch) | |
tree | 15bca7999952e7e761849fe0586359115f00ee53 /devel/gcvs/files/patch-common_UCvsApp.cpp | |
parent | - Mark BROKEN on 7.0 again: bad plist (diff) |
- Fix build with gcc 4.2/AMD64
PR: 118027
Submitted by: Pietro Cerutti <gahr@gahr.ch>
Approved by: portmgr (pav,linimon)
Notes
Notes:
svn path=/head/; revision=202797
Diffstat (limited to 'devel/gcvs/files/patch-common_UCvsApp.cpp')
-rw-r--r-- | devel/gcvs/files/patch-common_UCvsApp.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gcvs/files/patch-common_UCvsApp.cpp b/devel/gcvs/files/patch-common_UCvsApp.cpp new file mode 100644 index 000000000000..0c91e589d0f4 --- /dev/null +++ b/devel/gcvs/files/patch-common_UCvsApp.cpp @@ -0,0 +1,11 @@ +--- common/UCvsApp.cpp.orig 2007-11-22 20:23:41.000000000 +0100 ++++ common/UCvsApp.cpp 2007-11-22 20:24:43.000000000 +0100 +@@ -364,7 +364,7 @@ + res = read (parent_comm_pipes[0], &child_pid, sizeof (child_pid)); + if (res != sizeof (child_pid)) + { +- g_message ("res is %d instead of %d", res, ++ g_message ("res is %d instead of %ld", res, + sizeof (child_pid)); + child_pid = -1; /* really weird things happened */ + } |