Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libmspub
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
libmspub
Commits
9954e3be
Commit
9954e3be
authored
Oct 08, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed building with GCC10
parent
aa4ca4bd
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+1
-0
libmspub-0.1.4-fix_gcc10.patch
libmspub-0.1.4-fix_gcc10.patch
+11
-0
No files found.
Makefile
View file @
9954e3be
all
:
tar
xf libmspub-0.1.4.tar.xz
patch
-Np1
-d
libmspub-0.1.4 < libmspub-0.1.4-fix_gcc10.patch
cd
libmspub-0.1.4
&&
./configure
--prefix
=
/usr
$(MAKE)
-C
libmspub-0.1.4
$(MAKE)
-C
libmspub-0.1.4 check
...
...
libmspub-0.1.4-fix_gcc10.patch
0 → 100644
View file @
9954e3be
diff -uNr libmspub-0.1.4/src/lib/MSPUBMetaData.h libmspub-0.1.4-fix_gcc10/src/lib/MSPUBMetaData.h
--- libmspub-0.1.4/src/lib/MSPUBMetaData.h 2018-02-28 22:24:49.000000000 +1030
+++ libmspub-0.1.4-fix_gcc10/src/lib/MSPUBMetaData.h 2021-10-03 22:53:33.175333465 +1030
@@ -13,6 +13,7 @@
#include <map>
#include <utility>
#include <vector>
+#include <cstdint>
#include <librevenge/librevenge.h>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment