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
52628934
Commit
52628934
authored
2 years ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/avarice: fix build with gcc12
parent
c89da3f9
No related branches found
No related tags found
1 merge request
!40195
Update SourceForge url
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/avarice/APKBUILD
+6
-2
6 additions, 2 deletions
testing/avarice/APKBUILD
with
6 additions
and
2 deletions
testing/avarice/APKBUILD
+
6
−
2
View file @
52628934
...
...
@@ -14,6 +14,8 @@ source="https://downloads.sourceforge.net/project/avarice/avarice/avarice-$pkgve
"
build
()
{
# gcc12 defaults to 17 which fails due to throw()
export
CXXFLAGS
=
"
$CXXFLAGS
-std=c++14"
./configure
\
--build
=
$CBUILD
\
--host
=
$CHOST
\
...
...
@@ -29,5 +31,7 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"e0b23bd02bfa7d4dc05027f0f59ec7da868d8d0c0cd4f66595f6aaa5c335fa4eb64fc47399e51c0ed5112803ee99a3f041812bf4072dc096cc933cd17f9348a0 avarice-2.14.tar.bz2
8e9faf7eab5807f3b100ba29e7aab857f91947981a25dccc3096c9462d777be9fb19cf410e8634884b3ce9299fe410e24d1cd107c4bdbf0a537b9f9322e7c627 drop_keyword_unused.patch"
sha512sums
=
"
e0b23bd02bfa7d4dc05027f0f59ec7da868d8d0c0cd4f66595f6aaa5c335fa4eb64fc47399e51c0ed5112803ee99a3f041812bf4072dc096cc933cd17f9348a0 avarice-2.14.tar.bz2
8e9faf7eab5807f3b100ba29e7aab857f91947981a25dccc3096c9462d777be9fb19cf410e8634884b3ce9299fe410e24d1cd107c4bdbf0a537b9f9322e7c627 drop_keyword_unused.patch
"
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