mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
CubicSDR: rebuild with wxWidgets-gtk3-3.2.2.1
This commit is contained in:
parent
e8c3f3c950
commit
6573846cb6
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'CubicSDR'
|
# Template file for 'CubicSDR'
|
||||||
pkgname=CubicSDR
|
pkgname=CubicSDR
|
||||||
version=0.2.7
|
version=0.2.7
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
build_helper="cmake-wxWidgets-gtk3"
|
build_helper="cmake-wxWidgets-gtk3"
|
||||||
configure_args="-DUSE_HAMLIB=1 $(vopt_bool alsa USE_AUDIO_ALSA)
|
configure_args="-DUSE_HAMLIB=1 $(vopt_bool alsa USE_AUDIO_ALSA)
|
||||||
|
@ -22,3 +22,5 @@ build_options_default="alsa pulseaudio"
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
configure_args+=" -DOTHER_LIBRARIES=atomic"
|
configure_args+=" -DOTHER_LIBRARIES=atomic"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||||
|
|
Loading…
Add table
Reference in a new issue