Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
e48a2547
Verified
Commit
e48a2547
authored
6 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/dosbox: fix limits.h omission
parent
714f6e55
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/dosbox/APKBUILD
+5
-3
5 additions, 3 deletions
user/dosbox/APKBUILD
user/dosbox/posix-headers.patch
+10
-0
10 additions, 0 deletions
user/dosbox/posix-headers.patch
with
15 additions
and
3 deletions
user/dosbox/APKBUILD
+
5
−
3
View file @
e48a2547
...
...
@@ -14,6 +14,7 @@ makedepends="ncurses-dev zlib-dev libxkbfile-dev libpng-dev libpcap-dev fluidsyn
source
=
"https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-wip-20180513-1316.tar.gz
porttalk-fix.patch
asmfix.patch
posix-headers.patch
"
builddir
=
"
$srcdir
/dosbox-x-dosbox-x-wip-20180513-1316"
...
...
@@ -29,6 +30,7 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"38b7423b695f3b0dfd26f8c8913f26afba73ea6235bb205ec3a5d7f08ef3c74a9b6ce2577f0ea8eb49724b548e3386332256d13f27469b165986702650638992 dosbox-x-wip-20180513-1316.tar.gz
daf0efea03d6295f5a20d8d197f7d0ba38e0608edcfe8be19fc6091b783885d523557674f0f7df83b88186b77794723106cf7a0e02125d2cc75ecfd7d51fa91d porttalk-fix.patch
266ede57d21030f7752287f18660b47e9185a9aef9d022337dded9c9ce93e572691b41aca878f8a28c67bf5d217c7e84912336c21aacf594085dc31d99862ebf asmfix.patch"
\ No newline at end of file
sha512sums
=
"38b7423b695f3b0dfd26f8c8913f26afba73ea6235bb205ec3a5d7f08ef3c74a9b6ce2577f0ea8eb49724b548e3386332256d13f27469b165986702650638992 dosbox-x-wip-20180513-1316.tar.gz
daf0efea03d6295f5a20d8d197f7d0ba38e0608edcfe8be19fc6091b783885d523557674f0f7df83b88186b77794723106cf7a0e02125d2cc75ecfd7d51fa91d porttalk-fix.patch
266ede57d21030f7752287f18660b47e9185a9aef9d022337dded9c9ce93e572691b41aca878f8a28c67bf5d217c7e84912336c21aacf594085dc31d99862ebf asmfix.patch
462e84d5bac8fb2c1317b303d1bdda72a50e9eedfb5251450cb8d0f98f4297d6a483eb2c95624cbc8d25e917788032dd1e7d8b0d06d82dad6600f8bd6eec85f4 posix-headers.patch"
This diff is collapsed.
Click to expand it.
user/dosbox/posix-headers.patch
0 → 100644
+
10
−
0
View file @
e48a2547
--- dosbox/src/dos/drive_local.cpp 2018-05-13 14:52:17.000000000 -0500
+++ dosbox/src/dos/drive_local.cpp 2018-05-27 02:24:20.057150551 -0500
@@ -22,6 +22,7 @@
#include <string.h>
#include <time.h>
#include <errno.h>
+#include <limits.h>
#include "dosbox.h"
#include "dos_inc.h"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment