You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/sys-apps/which/files/which-2.19-remove-readline....

20 lines
367 B

http://bugs.gentoo.org/207151
readline isnt actually used in this package, so drop the include
--- which-2.19/tilde/xmalloc.h
+++ which-2.19/tilde/xmalloc.h
@@ -23,12 +23,6 @@
#if !defined (_XMALLOC_H_)
#define _XMALLOC_H_
-#if defined (READLINE_LIBRARY)
-# include "rlstdc.h"
-#else
-# include <readline/rlstdc.h>
-#endif
-
#ifndef PTR_T
#ifdef __STDC__