mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +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'
|
||||
pkgname=CubicSDR
|
||||
version=0.2.7
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=cmake
|
||||
build_helper="cmake-wxWidgets-gtk3"
|
||||
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
|
||||
configure_args+=" -DOTHER_LIBRARIES=atomic"
|
||||
fi
|
||||
|
||||
CXXFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
||||
|
|
Loading…
Add table
Reference in a new issue