Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
libetonyek
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
libetonyek
Commits
08100328
Commit
08100328
authored
Oct 08, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed building with boost 1.73 and mdds 1.5
parent
d82fc392
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
Makefile
Makefile
+2
-1
libetonyek-0.1.9-fix_boost_1.73.patch
libetonyek-0.1.9-fix_boost_1.73.patch
+11
-0
No files found.
Makefile
View file @
08100328
...
@@ -5,7 +5,8 @@ all:
...
@@ -5,7 +5,8 @@ all:
swapon swap
swapon swap
tar
xf
libetonyek-0.1.9.tar.xz
tar
xf
libetonyek-0.1.9.tar.xz
cd
libetonyek-0.1.9
&&
./configure
--prefix
=
/usr
patch
-Np1
-d
libetonyek-0.1.9
<
libetonyek-0.1.9-fix_boost_1.73.patch
cd
libetonyek-0.1.9
&&
./configure
--prefix
=
/usr
--with-mdds
=
1.5
$(MAKE)
-C
libetonyek-0.1.9
$(MAKE)
-C
libetonyek-0.1.9
$(MAKE)
-C
libetonyek-0.1.9
check
$(MAKE)
-C
libetonyek-0.1.9
check
$(MAKE)
-C
libetonyek-0.1.9
install
$(MAKE)
-C
libetonyek-0.1.9
install
...
...
libetonyek-0.1.9-fix_boost_1.73.patch
0 → 100644
View file @
08100328
diff -uNr libetonyek-0.1.9/src/lib/NUM3Parser.cpp libetonyek-0.1.9-fix_boost_1.73/src/lib/NUM3Parser.cpp
--- libetonyek-0.1.9/src/lib/NUM3Parser.cpp 2018-12-29 04:15:35.000000000 +1030
+++ libetonyek-0.1.9-fix_boost_1.73/src/lib/NUM3Parser.cpp 2021-10-04 15:36:41.282945270 +1030
@@ -7,6 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#include <algorithm>
#include <functional>
#include "NUM3Parser.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