Skip to content

Commit

Permalink
liquid-dsp: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sgn committed Jan 18, 2021
1 parent 3ad28fb commit b68a299
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions srcpkgs/liquid-dsp/template
Expand Up @@ -3,6 +3,7 @@ pkgname=liquid-dsp
version=1.3.1
revision=1
build_style=gnu-configure
configure_args="--exec-prefix="
hostmakedepends="automake"
makedepends="fftw-devel"
short_desc="Signal processing library for software-defined radios (SDR)"
Expand All @@ -12,10 +13,6 @@ homepage="http://liquidsdr.org/"
distfiles="https://github.com/jgaeddert/liquid-dsp/archive/v${version}.tar.gz"
checksum=e3f66ce72a3b5d74eea5ccffb049c62c422c91b0ab92d6dbbef21af3c3bfec73

case "$XBPS_TARGET_MACHINE" in
i686) configure_args+=" --exec-prefix=" ;;
esac

pre_configure() {
autoreconf -fi
}
Expand Down

0 comments on commit b68a299

Please sign in to comment.