diff options
author | Jeroen Roovers <jer@gentoo.org> | 2010-09-18 04:01:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2010-09-18 04:01:27 +0000 |
commit | 4c8139c23086ba75b49327fccba5826c68a91c40 (patch) | |
tree | 4782212a956b683d09aa6ad933d192e2f71ea922 /x11-libs/libPropList/files | |
parent | Version bump. Respect LDFLAGS (bug #335961), more CFLAGS. (diff) | |
download | gentoo-2-4c8139c23086ba75b49327fccba5826c68a91c40.tar.gz gentoo-2-4c8139c23086ba75b49327fccba5826c68a91c40.tar.bz2 gentoo-2-4c8139c23086ba75b49327fccba5826c68a91c40.zip |
Respect LDFLAGS (bug #335968), CC by deploying autotools. Fix some compiler warnings. Use emake instead of make. Use econf instead of ./configure.
(Portage version: 2.2_rc83/cvs/Linux i686)
Diffstat (limited to 'x11-libs/libPropList/files')
-rw-r--r-- | x11-libs/libPropList/files/libPropList-0.10.1-include.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-libs/libPropList/files/libPropList-0.10.1-include.patch b/x11-libs/libPropList/files/libPropList-0.10.1-include.patch new file mode 100644 index 000000000000..c9c75cce86d2 --- /dev/null +++ b/x11-libs/libPropList/files/libPropList-0.10.1-include.patch @@ -0,0 +1,10 @@ +--- comparing.c.orig 1999-01-28 08:11:03.000000000 +0100 ++++ comparing.c 2010-09-18 05:52:24.000000000 +0200 +@@ -4,6 +4,7 @@ + + */ + ++#include <string.h> /* strcmp(), memcmp() */ + #include "proplistP.h" + + /* forward prototype */ |