Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209595 - sys-libs/readline-5.2_p12-r1 requires patch to rlfe.c to build on IRIX
Summary: sys-libs/readline-5.2_p12-r1 requires patch to rlfe.c to build on IRIX
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: MIPS IRIX
: High normal (vote)
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 235384
  Show dependency tree
 
Reported: 2008-02-10 20:33 UTC by Stuart Shelton
Modified: 2008-08-21 17:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stuart Shelton 2008-02-10 20:33:19 UTC
examples/rlfe/rlfe.c requires the following patch:

@@ -67,6 +67,7 @@
 #include <errno.h>
 #include <grp.h>
 #include <string.h>
+#include <strings.h>
 #include <sys/stat.h>
 #include <unistd.h>
 #include <sys/ioctl.h>

(as on IRIX index() and rindex() are declared in strings.h rather than string.h)
Comment 1 Fabian Groffen gentoo-dev 2008-02-11 15:00:55 UTC
added, thanks