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-mathematics/snns/files/4.3-bison-version.patch

12 lines
463 B

--- configure.old 2015-04-08 16:27:05.000000000 -0400
+++ configure 2015-04-08 16:26:41.000000000 -0400
@@ -5071,7 +5071,7 @@
else
{ echo "$as_me:$LINENO: checking for version of bison" >&5
echo $ECHO_N "checking for version of bison... $ECHO_C" >&6; }
- bison_version=`$BISON --version`
+ bison_version=`$BISON --version |head -n 1`
{ echo "$as_me:$LINENO: result: $bison_version" >&5
echo "${ECHO_T}$bison_version" >&6; }
warn_bison=yes