Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
8e7129c8
Commit
8e7129c8
authored
3 years ago
by
Sören Tempel
Browse files
Options
Downloads
Patches
Plain Diff
testing/aqemu: fix build
parent
020a8b9e
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/aqemu/APKBUILD
+6
-2
6 additions, 2 deletions
testing/aqemu/APKBUILD
testing/aqemu/fix-includes.patch
+10
-0
10 additions, 0 deletions
testing/aqemu/fix-includes.patch
with
16 additions
and
2 deletions
testing/aqemu/APKBUILD
+
6
−
2
View file @
8e7129c8
...
@@ -11,7 +11,8 @@ depends="qemu"
...
@@ -11,7 +11,8 @@ depends="qemu"
options
=
"!check"
#no check/test provided
options
=
"!check"
#no check/test provided
makedepends
=
"cmake libvncserver-dev bzip2 qt5-qtbase-dev glib-dev"
makedepends
=
"cmake libvncserver-dev bzip2 qt5-qtbase-dev glib-dev"
subpackages
=
"
$pkgname
-doc"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/TBK/aqemu/archive/v
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/TBK/aqemu/archive/v
$pkgver
.tar.gz
fix-includes.patch"
prepare
()
{
prepare
()
{
default_prepare
default_prepare
...
@@ -31,4 +32,7 @@ package() {
...
@@ -31,4 +32,7 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
make
DESTDIR
=
"
$pkgdir
"
install
}
}
sha512sums
=
"e10e2c558572e6194abadeb46034a59d1b5837efe77012c2ef2d4c5ae610e7a7b09e2315e6d5fd8a12fd7f9db34068a15926b0dbe8f91db6a0d4f48eea722a9d aqemu-0.9.4.tar.gz"
sha512sums
=
"
e10e2c558572e6194abadeb46034a59d1b5837efe77012c2ef2d4c5ae610e7a7b09e2315e6d5fd8a12fd7f9db34068a15926b0dbe8f91db6a0d4f48eea722a9d aqemu-0.9.4.tar.gz
3220e25280a5728f299f30147c0a78537a672541a0c561aedad10af38650ef0a9145d7898060230147878fa497320ab789310b055c018a59f6474f588c4a042b fix-includes.patch
"
This diff is collapsed.
Click to expand it.
testing/aqemu/fix-includes.patch
0 → 100644
+
10
−
0
View file @
8e7129c8
--- aqemu-0.9.4.orig/src/docopt/docopt_value.h
+++ aqemu-0.9.4/src/docopt/docopt_value.h
@@ -13,6 +13,7 @@
#include <iosfwd>
#include <string>
#include <vector>
+#include <stdexcept>
namespace docopt {
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