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
643
Issues
643
List
Boards
Labels
Service Desk
Milestones
Merge Requests
166
Merge Requests
166
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
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
bb44a7e1
Commit
bb44a7e1
authored
Dec 24, 2009
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/alsa-lib: tweak config options
parent
ce9c551d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
22 deletions
+16
-22
main/alsa-lib/APKBUILD
main/alsa-lib/APKBUILD
+16
-7
main/alsa-lib/nocxx.patch
main/alsa-lib/nocxx.patch
+0
-15
No files found.
main/alsa-lib/APKBUILD
View file @
bb44a7e1
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
alsa-lib
pkgver
=
1.0.21a
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"An alternative implementation of Linux sound support"
url
=
"http://www.alsa-project.org"
license
=
"GPL"
depends
=
subpackages
=
"
$pkgname
-dev"
source
=
"ftp://ftp.alsa-project.org/pub/lib/
$pkgname
-
$pkgver
.tar.bz2
nocxx.patch"
source
=
"ftp://ftp.alsa-project.org/pub/lib/
$pkgname
-
$pkgver
.tar.bz2"
build
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
patch configure < ../nocxx.patch
||
return
1
./configure
--prefix
=
/usr
--disable-python
./configure
--prefix
=
/usr
\
--disable-python
\
--disable-static
\
--disable-resmgr
\
--enable-rawmidi
\
--enable-seq
\
--enable-aload
\
--disable-dependency-tracking
\
||
return
1
make
||
return
1
}
package
()
{
cd
"
$srcdir
/
$pkgname
-
$pkgver
"
make
-j1
DESTDIR
=
"
$pkgdir
"
install
}
md5sums
=
"914685deb8c23cb4b940a4173cf8efe4 alsa-lib-1.0.21a.tar.bz2
28513788ba4d556ccd538867dc6205ab nocxx.patch"
md5sums
=
"914685deb8c23cb4b940a4173cf8efe4 alsa-lib-1.0.21a.tar.bz2"
main/alsa-lib/nocxx.patch
deleted
100644 → 0
View file @
ce9c551d
--- a/configure 2004-12-07 21:34:23.205172545 +0000
+++ b/configure 2004-12-07 21:37:17.726654782 +0000
@@ -5148,10 +5148,8 @@
:
else
{ { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&5
-echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
-See \`config.log' for more details." >&2;}
- { (exit 1); exit 1; }; }
+See \`config.log' for more details." >&5;}
+ { echo "C++ sucks, ignoring ..." >&5; }; }
fi
ac_ext=cc
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