diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-22 13:46:19 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-22 13:46:19 +0000 |
commit | b4ec054e1d09440ace1fb3a82cbe65a4b76367a4 (patch) | |
tree | 2ca9f92585bceb339d9d62afb5bfffde45bd281b /devel/bglibs/patches | |
parent | 533340bb1ddb2e1c2c4cfca79f6505ca1234f06e (diff) | |
download | pkgsrc-b4ec054e1d09440ace1fb3a82cbe65a4b76367a4.tar.gz |
GNU patch seems to be too stupid to deal with the unified diff version
of patch-aa, so convert it into a context diff. Found on OS X by
schmonz@.
Diffstat (limited to 'devel/bglibs/patches')
-rw-r--r-- | devel/bglibs/patches/patch-aa | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/devel/bglibs/patches/patch-aa b/devel/bglibs/patches/patch-aa index 33cd1f3ce3e..5f111c65991 100644 --- a/devel/bglibs/patches/patch-aa +++ b/devel/bglibs/patches/patch-aa @@ -1,9 +1,13 @@ -$NetBSD: patch-aa,v 1.7 2006/02/06 19:12:24 joerg Exp $ +$NetBSD: patch-aa,v 1.8 2006/02/22 13:46:19 joerg Exp $ ---- sys/tryclockgettime.c.orig 2006-01-24 20:56:01.000000000 +0000 -+++ sys/tryclockgettime.c 2006-01-24 20:55:51.000000000 +0000 -@@ -2,3 +2,4 @@ -+#include <sys/time.h> - #include <time.h> - - int main(void) +This patch is a context diff to hack around bugs in GNU patch. + +*** sys/tryclockgettime.c.orig Wed Feb 22 14:38:44 2006 +--- sys/tryclockgettime.c Wed Feb 22 14:40:04 2006 +*************** +*** 2,3 **** +--- 2,4 ---- ++ #include <sys/time.h> + #include <time.h> + + int main(void) |