Files
aseqview/aseqview-quote-macros.patch
OBS User autobuild fe2adbd3ae Accepting request 34165 from multimedia:apps
Copy from multimedia:apps/aseqview based on submit request 34165 from user coolo

OBS-URL: https://build.opensuse.org/request/show/34165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aseqview?expand=0&rev=10
2010-03-05 14:58:18 +00:00

17 lines
590 B
Diff

Index: aseqview-0.2.7/configure.in
===================================================================
--- aseqview-0.2.7.orig/configure.in 2010-03-05 09:56:02.000000000 +0100
+++ aseqview-0.2.7/configure.in 2010-03-05 09:56:51.000000000 +0100
@@ -12,9 +12,9 @@ AC_C_INLINE
AH_TEMPLATE([HAVE_LIBCAP], [Hey, we have libcap])
AC_CHECK_HEADER(sys/capability.h,
- AC_CHECK_LIB(cap, cap_get_proc,
+ [AC_CHECK_LIB(cap, cap_get_proc,
[AC_DEFINE(HAVE_LIBCAP)
- LIBS="$LIBS -lcap"]))
+ LIBS="$LIBS -lcap"])])
AM_PATH_ALSA(0.5.0)
AC_CHECK_HEADERS(alsa/asoundlib.h)