Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
677
Issues
677
List
Boards
Labels
Service Desk
Milestones
Merge Requests
215
Merge Requests
215
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
9a3d8e39
Commit
9a3d8e39
authored
Sep 27, 2013
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/newt: fix includes (to build against musl)
parent
48844372
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
4 deletions
+17
-4
main/newt/APKBUILD
main/newt/APKBUILD
+9
-4
main/newt/fix-includes.patch
main/newt/fix-includes.patch
+8
-0
No files found.
main/newt/APKBUILD
View file @
9a3d8e39
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
newt
pkgver
=
0.52.11
pkgrel
=
2
pkgrel
=
3
pkgdesc
=
"Redhat's Newt windowing toolkit development files"
url
=
"https://fedorahosted.org/newt/"
arch
=
"all"
license
=
"LGPL-2"
depends
=
makedepends
=
"slang-dev popt-dev python-dev ncurses-dev
wget
"
makedepends
=
"slang-dev popt-dev python-dev ncurses-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc py-newt:py"
source
=
"https://fedorahosted.org/releases/n/e/newt/newt-
$pkgver
.tar.gz
"
fix-includes.patch
"
prepare
()
{
cd
"
$srcdir
"
/
$pkgname
-
$pkgver
...
...
@@ -50,4 +50,9 @@ py() {
mv
"
$pkgdir
"
/usr/lib/python
*
"
$subpkgdir
"
/usr/lib/
}
md5sums
=
"4b9a0685ecd180c42d2c4a5806e3fc52 newt-0.52.11.tar.gz"
md5sums
=
"4b9a0685ecd180c42d2c4a5806e3fc52 newt-0.52.11.tar.gz
d4637d1cec167e1d7087b9137b6954db fix-includes.patch"
sha256sums
=
"8bac17b4272475f5e172b9894b8c062a6e5ab0689a736d9dbbcc1695604fb8d7 newt-0.52.11.tar.gz
bff77da4814f8f4ec09572bac464bf7545d4790ada2f4c0deffb27128b6dd83d fix-includes.patch"
sha512sums
=
"525da1b5af09fd023935a8ebbeaa34524c01145efb696f4baeff6c0bdba6eee35aed14403e0195816c9d9c3a9fe9fc8e2e0bc5c3965780f3c2c00e4dfe272c8d newt-0.52.11.tar.gz
ce53446eb587b79790f12f806f02999568cb49067520813ab146d1f16c71f009e86ab72d08666e483b550fdae3332b673935b8aa1a14b02f5273217fb5404611 fix-includes.patch"
main/newt/fix-includes.patch
0 → 100644
View file @
9a3d8e39
--- newt-0.52.11.orig/whiptail.c
+++ newt-0.52.11/whiptail.c
@@ -1,4 +1,5 @@
#include "config.h"
+#include <sys/stat.h>
#include <fcntl.h>
#include <popt.h>
#include <stdio.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