alsa-lib: update to 1.0.28, refresh patches, add myself as PKG_MAINTAINER

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2014-09-12 10:49:27 -04:00
parent 6da4f53901
commit c33600e476
3 changed files with 4 additions and 34 deletions
+1 -5
View File
@@ -1,8 +1,6 @@
diff --git a/src/Makefile.in b/src/Makefile.in
index e21fc0d..c8f3ea0 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -419,7 +419,7 @@ clean-libLTLIBRARIES:
@@ -418,7 +418,7 @@ clean-libLTLIBRARIES:
rm -f $${locs}; \
}
libasound.la: $(libasound_la_OBJECTS) $(libasound_la_DEPENDENCIES) $(EXTRA_libasound_la_DEPENDENCIES)
@@ -11,8 +9,6 @@ index e21fc0d..c8f3ea0 100644
mostlyclean-compile:
-rm -f *.$(OBJEXT)
diff --git a/src/pcm/scopes/Makefile.in b/src/pcm/scopes/Makefile.in
index 469dbb5..391f3d4 100644
--- a/src/pcm/scopes/Makefile.in
+++ b/src/pcm/scopes/Makefile.in
@@ -348,7 +348,7 @@ clean-pkglibLTLIBRARIES:
-27
View File
@@ -1,27 +0,0 @@
diff --git a/configure.in b/configure.in
index 00fff2b..af39300 100644
--- a/configure.in
+++ b/configure.in
@@ -24,22 +24,6 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_PREFIX_DEFAULT(/usr)
-dnl Checks for programs.
-
-dnl try to gues cross-compiler if not set
-if test "x$host" != "x$build" -a -z "`echo $CC | grep -e '-gcc'`";
-then
- AC_MSG_CHECKING(for cross-compiler)
-
- which ${program_prefix}gcc >/dev/null 2>&1 && CC=${program_prefix}gcc
- which ${host_cpu}-${host_os}-gcc >/dev/null 2>&1 \
- && CC=${host_cpu}-${host_os}-gcc
- which ${host_cpu}-${host_vendor}-${host_os}-gcc >/dev/null 2>&1 \
- && CC=${host_cpu}-${host_vendor}-${host_os}-gcc
-
- AC_MSG_RESULT($CC)
-fi
-
CFLAGS="$CFLAGS -D_GNU_SOURCE"