diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-01-28 06:41:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-01-28 06:41:55 +0000 |
commit | 1c4be5fceb25655519b3590be280d11f82e49e18 (patch) | |
tree | f7f9c5c7b8c6c1480c3518d342db6ddf43023fe1 /net-p2p | |
parent | man gs fixed; bug #14150 (absinthe@pobox.com (Dylan Carlson)) (diff) | |
download | historical-1c4be5fceb25655519b3590be280d11f82e49e18.tar.gz historical-1c4be5fceb25655519b3590be280d11f82e49e18.tar.bz2 historical-1c4be5fceb25655519b3590be280d11f82e49e18.zip |
add missing patch
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/dclib/files/dclib-0.2.3-gcc2.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/dclib/files/dclib-0.2.3-gcc2.patch b/net-p2p/dclib/files/dclib-0.2.3-gcc2.patch new file mode 100644 index 000000000000..9554a2d050f0 --- /dev/null +++ b/net-p2p/dclib/files/dclib-0.2.3-gcc2.patch @@ -0,0 +1,10 @@ +--- dclib/cthread.cpp.orig 2002-12-19 19:01:57.000000000 -0500 ++++ dclib/cthread.cpp 2002-12-19 19:02:09.000000000 -0500 +@@ -16,6 +16,7 @@ + ***************************************************************************/ + + #include <stdio.h> ++#define __USE_POSIX199309 + #include <time.h> + #include <errno.h> + |