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-overlay/sci-libs/shogun/files/shogun-1.1.0-test-readline....

12 lines
352 B

diff -Nur src.orig/configure src/configure
--- src.orig/configure 2012-06-12 00:57:14.000000000 +0100
+++ src/configure 2012-06-12 18:19:56.000000000 +0100
@@ -4598,6 +4598,7 @@
if test "$_readline" = yes || test "$_readline" = auto;
then
cat > $TMPC << EOF
+#include <stdio.h>
#include <readline/readline.h>
int main(void) { return 0; }
EOF