mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gavl: unmark nocross
This commit is contained in:
parent
65e519d2b7
commit
7899761844
2 changed files with 14 additions and 2 deletions
13
srcpkgs/gavl/patches/cross-test.patch
Normal file
13
srcpkgs/gavl/patches/cross-test.patch
Normal 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
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gavl'
|
# Template file for 'gavl'
|
||||||
pkgname=gavl
|
pkgname=gavl
|
||||||
version=1.4.0
|
version=1.4.0
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="doxygen"
|
hostmakedepends="doxygen"
|
||||||
short_desc="Low level library, upon which multimedia APIs can be built"
|
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"
|
homepage="http://gmerlin.sourceforge.net/gavl.html"
|
||||||
distfiles="${SOURCEFORGE_SITE}/gmerlin/gavl/${version}/gavl-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/gmerlin/gavl/${version}/gavl-${version}.tar.gz"
|
||||||
checksum=51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce
|
checksum=51aaac41391a915bd9bad07710957424b046410a276e7deaff24a870929d33ce
|
||||||
nocross="yes"
|
|
||||||
CFLAGS="-lm"
|
CFLAGS="-lm"
|
||||||
|
|
||||||
gavl-devel_package() {
|
gavl-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue