diff options
author | 2010-09-15 00:29:43 +0000 | |
---|---|---|
committer | 2010-09-15 00:29:43 +0000 | |
commit | cfa52d5186fcbd263ef33bab5ce95b0e6595ac4a (patch) | |
tree | c271904d73a8fa318877e015d8922282faf752b5 /net-analyzer/ippl/files | |
parent | Respect LDFLAGS (bug #337024), CC. (diff) | |
download | gentoo-2-cfa52d5186fcbd263ef33bab5ce95b0e6595ac4a.tar.gz gentoo-2-cfa52d5186fcbd263ef33bab5ce95b0e6595ac4a.tar.bz2 gentoo-2-cfa52d5186fcbd263ef33bab5ce95b0e6595ac4a.zip |
Respect LDFLAGS (bug #337192), CC. Fix missing includes. Use $(MAKE) instead of make.
(Portage version: 2.2_rc81/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/ippl/files')
-rw-r--r-- | net-analyzer/ippl/files/ippl-1.4.14-includes.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-analyzer/ippl/files/ippl-1.4.14-includes.patch b/net-analyzer/ippl/files/ippl-1.4.14-includes.patch new file mode 100644 index 000000000000..d1883ee0883a --- /dev/null +++ b/net-analyzer/ippl/files/ippl-1.4.14-includes.patch @@ -0,0 +1,20 @@ +--- a/Source/filter.c 2010-09-15 02:17:55.000000000 +0200 ++++ b/Source/filter.c 2010-09-15 02:23:46.000000000 +0200 +@@ -22,6 +22,7 @@ + + #include <stdlib.h> + #include <ctype.h> ++#include <string.h> /* memcpy() */ + + #include <fnmatch.h> + +--- a/Source/main.c 2010-09-15 02:17:56.000000000 +0200 ++++ b/Source/main.c 2010-09-15 02:24:00.000000000 +0200 +@@ -37,6 +37,7 @@ + #include <pwd.h> + #include <stdlib.h> + #include <getopt.h> ++#include <grp.h> /* initgroups() */ + + #include "defines.h" + #include "configuration.h" |