diff options
author | Tom William Payne <twp@gentoo.org> | 2005-02-04 22:42:19 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2005-02-04 22:42:19 +0000 |
commit | 85b8e162d5ebc41d59dce1c4868f89d55e63c051 (patch) | |
tree | 2a0d42df6aded9539c137300ad866ecc87e5a476 /x11-libs/libsvg-cairo/files | |
parent | Stable on alpha, bug 80271. (diff) | |
download | historical-85b8e162d5ebc41d59dce1c4868f89d55e63c051.tar.gz historical-85b8e162d5ebc41d59dce1c4868f89d55e63c051.tar.bz2 historical-85b8e162d5ebc41d59dce1c4868f89d55e63c051.zip |
Added stdarg.h patch. Bug # 80680. Thanks lucass.
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'x11-libs/libsvg-cairo/files')
-rw-r--r-- | x11-libs/libsvg-cairo/files/libsvg-cairo-stdarg_h.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-libs/libsvg-cairo/files/libsvg-cairo-stdarg_h.patch b/x11-libs/libsvg-cairo/files/libsvg-cairo-stdarg_h.patch new file mode 100644 index 000000000000..55c359e3919f --- /dev/null +++ b/x11-libs/libsvg-cairo/files/libsvg-cairo-stdarg_h.patch @@ -0,0 +1,10 @@ +--- libsvg-cairo-0.1.4/src/svg-cairo-internal.h 2003-12-05 18:35:43.000000000 +0100 ++++ libsvg-cairo/src/svg-cairo-internal.h 2005-02-04 23:16:30.468901511 +0100 +@@ -31,6 +31,7 @@ + + #include "svg-cairo.h" + #include "svg-cairo-version.h" ++#include <stdarg.h> + + /* XXX: What should this actually be? */ + #define SVG_CAIRO_FONT_FAMILY_DEFAULT "verdana" |