FreeBSD Bugzilla – Attachment 139341 Details for
Bug 185575
[patch] devel/anjuta check autogen fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 608 bytes, created by
Ivan Klymenko
on 2014-01-08 10:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Ivan Klymenko
Created:
2014-01-08 10:20:01 UTC
Size:
608 bytes
patch
obsolete
>--- plugins/project-wizard/autogen.c.orig 2014-01-08 11:56:26.000000000 +0200 >+++ plugins/project-wizard/autogen.c 2014-01-08 11:55:46.000000000 +0200 >@@ -99,12 +99,12 @@ > gchar* ptr; > > /* Check autogen */ >- if (strstr(output, "The Automated Program Generator") == NULL) return FALSE; >+ if (strstr(output, "(GNU AutoGen)") == NULL) return FALSE; > > /* Get version number */ >- ptr = strstr(output, "Ver. "); >+ ptr = strstr(output, "(GNU AutoGen) "); > if (ptr == NULL) return FALSE; >- ptr += 5; >+ ptr += 14; > sscanf(ptr,"%d.%d.%d", &ver[0], &ver[1], &ver[2]); > > return (ver[0] == 5);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 185575
: 139341