Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 321446 Details for
Bug 431566
dev-tex/blahtexml - Blahtex and Blahtexml: Converting TeX equations into MathML
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
blahtexml-0.9-gcc-4.7.patch
blahtexml-0.9-gcc-4.7.patch (text/plain), 672 bytes, created by
Manuel Rüger (RETIRED)
on 2012-08-15 23:33:11 UTC
(
hide
)
Description:
blahtexml-0.9-gcc-4.7.patch
Filename:
MIME Type:
Creator:
Manuel Rüger (RETIRED)
Created:
2012-08-15 23:33:11 UTC
Size:
672 bytes
patch
obsolete
>Description: Fix FTBFS with gcc 4.7 by fixing missing <unistd.h> includes. >Author: Cyril Brulebois <kibi@debian.org> >Bug-Debian: http://bugs.debian.org/667116 > >--- blahtexml-0.9.orig/Source/main.cpp >+++ blahtexml-0.9/Source/main.cpp >@@ -24,6 +24,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG > #include <stdlib.h> > #include <sstream> > #include <stdexcept> >+#include <unistd.h> > > using namespace std; > using namespace blahtex; >--- blahtexml-0.9.orig/Source/mainPng.cpp >+++ blahtexml-0.9/Source/mainPng.cpp >@@ -27,6 +27,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIG > #include <stdio.h> > #include <stdlib.h> > #include <sstream> >+#include <unistd.h> > > > using namespace std;
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 431566
:
321430
|
321432
|
321434
| 321446 |
321448
|
321450
|
321452