prebuild.diff

text/plain

Filename: prebuild.diff
Type: text/plain
Part: 0
Message: buglet in 7.1.4

Patch

Same data as JSON: GET /api/v1/attachments/:id/patch the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes. API reference →
Format: unified
File+
configure 1 1
configure.in 1 1
--- configure.in.orig	Sat Mar  6 16:46:34 2004
+++ configure.in	Sat Mar  6 16:46:49 2004
@@ -295,7 +295,7 @@
 
 # Create compiler version string
 if test x"$GCC" = x"yes" ; then
-  cc_string="GCC `${CC} --version`"
+  cc_string="GCC `${CC} --version | head -n 1`"
 else
   cc_string=$CC
 fi

--- configure.orig	Sat Mar  6 16:51:19 2004
+++ configure	Sat Mar  6 16:51:34 2004
@@ -1617,7 +1617,7 @@
 
 # Create compiler version string
 if test x"$GCC" = x"yes" ; then
-  cc_string="GCC `${CC} --version`"
+  cc_string="GCC `${CC} --version | head -n 1`"
 else
   cc_string=$CC
 fi