From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/alsa-lib/APKBUILD | 22 ++++++++++++++++++++++ main/alsa-lib/nocxx.patch | 15 +++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 main/alsa-lib/APKBUILD create mode 100644 main/alsa-lib/nocxx.patch (limited to 'main/alsa-lib') diff --git a/main/alsa-lib/APKBUILD b/main/alsa-lib/APKBUILD new file mode 100644 index 000000000..b844b54ff --- /dev/null +++ b/main/alsa-lib/APKBUILD @@ -0,0 +1,22 @@ +# Maintainer: Natanael Copa +pkgname=alsa-lib +pkgver=1.0.20 +pkgrel=0 +pkgdesc="An alternative implementation of Linux sound support" +url="http://www.alsa-project.org" +license="GPL" +depends="uclibc" +subpackages="$pkgname-dev" +source="ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2 + nocxx.patch" + +build () +{ + cd "$srcdir/$pkgname-$pkgver" + patch configure < ../nocxx.patch || return 1 + ./configure --prefix=/usr --disable-python + make || return 1 + make -j1 DESTDIR="$pkgdir" install +} +md5sums="6e9080ba1faa5d3739d14dd76c62d8dc alsa-lib-1.0.20.tar.bz2 +28513788ba4d556ccd538867dc6205ab nocxx.patch" diff --git a/main/alsa-lib/nocxx.patch b/main/alsa-lib/nocxx.patch new file mode 100644 index 000000000..beb1ab900 --- /dev/null +++ b/main/alsa-lib/nocxx.patch @@ -0,0 +1,15 @@ +--- 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 -- cgit v1.2.3