diff options
author | Tiziano Müller <dev-zero@gentoo.org> | 2009-03-02 13:39:48 +0000 |
---|---|---|
committer | Tiziano Müller <dev-zero@gentoo.org> | 2009-03-02 13:39:48 +0000 |
commit | 38b78e091f54165e2f4f60d479e033f4be0c9ab0 (patch) | |
tree | 9706a37f98ef0c8714fe4a114b418a4a84f7b2c8 /dev-libs/mapm/files | |
parent | Typo... (diff) | |
download | gentoo-2-38b78e091f54165e2f4f60d479e033f4be0c9ab0.tar.gz gentoo-2-38b78e091f54165e2f4f60d479e033f4be0c9ab0.tar.bz2 gentoo-2-38b78e091f54165e2f4f60d479e033f4be0c9ab0.zip |
Version bump (added fix to add #include <stdlib.h>, doing compilation manually since original script ignores LDFLAGS and doesn't set soname).
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/mapm/files')
-rw-r--r-- | dev-libs/mapm/files/4.9.5-missing_include.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-libs/mapm/files/4.9.5-missing_include.patch b/dev-libs/mapm/files/4.9.5-missing_include.patch new file mode 100644 index 000000000000..e03b122ea0dc --- /dev/null +++ b/dev-libs/mapm/files/4.9.5-missing_include.patch @@ -0,0 +1,12 @@ +diff -Naur mapm_4.9.5.orig/m_apm.h mapm_4.9.5/m_apm.h +--- mapm_4.9.5.orig/m_apm.h 2009-03-02 11:55:18.914770612 +0100 ++++ mapm_4.9.5/m_apm.h 2009-03-02 11:56:19.585923499 +0100 +@@ -159,6 +159,8 @@ + #ifndef M__APM__INCLUDED + #define M__APM__INCLUDED + ++#include <stdlib.h> ++ + #ifdef __cplusplus + /* Comment this line out if you've compiled the library as C++. */ + #define APM_CONVERT_FROM_C |