diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-22 22:03:20 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-22 22:03:20 +0000 |
commit | 02af53ecc23b04c1040c4d70993a777223328d70 (patch) | |
tree | 1be4b52714d44ca94620d370dc4eddbd0e0d4108 /sci-mathematics/gretl/files | |
parent | Version bump, fixes bug #227907. (diff) | |
download | gentoo-2-02af53ecc23b04c1040c4d70993a777223328d70.tar.gz gentoo-2-02af53ecc23b04c1040c4d70993a777223328d70.tar.bz2 gentoo-2-02af53ecc23b04c1040c4d70993a777223328d70.zip |
Version bump, with experimental odbc support and some ebuild cleanups
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-mathematics/gretl/files')
-rw-r--r-- | sci-mathematics/gretl/files/gretl-1.7.5-locale.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-mathematics/gretl/files/gretl-1.7.5-locale.patch b/sci-mathematics/gretl/files/gretl-1.7.5-locale.patch new file mode 100644 index 000000000000..0c5cc6910a75 --- /dev/null +++ b/sci-mathematics/gretl/files/gretl-1.7.5-locale.patch @@ -0,0 +1,10 @@ +--- lib/src/libset.c.orig 2008-07-22 12:49:52.000000000 +0100 ++++ lib/src/libset.c 2008-07-22 12:34:52.000000000 +0100 +@@ -28,6 +28,7 @@ + + #include <unistd.h> + #include <errno.h> ++#include <locale.h> + + #define PDEBUG 0 + |