gavl: unmark nocross

This commit is contained in:
Nathan Owens 2019-11-13 19:48:10 -06:00 committed by Helmut Pozimski
parent 65e519d2b7
commit 7899761844
2 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,13 @@
diff --git configure configure
index d3702c3..79a958b 100755
--- configure
+++ configure
@@ -11188,7 +11188,7 @@ LIBS=$RT_LIBS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for CLOCK_MONOTONIC" >&5
$as_echo_n "checking for CLOCK_MONOTONIC... " >&6; }
-if test "$cross_compiling" = yes; then :
+if test "$cross_compiling" = xxx; then :
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error "cannot run test program while cross compiling

View file

@ -1,7 +1,7 @@
# Template file for 'gavl'
pkgname=gavl
version=1.4.0
revision=3
revision=4
build_style=gnu-configure
hostmakedepends="doxygen"
short_desc="Low level library, upon which multimedia APIs can be built"
@ -10,7 +10,6 @@ license="GPL-3.0-or-later"
homepage="http://gmerlin.sourceforge.net/gavl.html"
distfiles="${SOURCEFORGE_SITE}/gmerlin/gavl/${version}/gavl-${version}.tar.gz"
checksum=51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce
nocross="yes"
CFLAGS="-lm"
gavl-devel_package() {