caps: compile with CXX to avoid undefined __gxx_personality_v0
closes #7436
This commit is contained in:
parent
5512d7e69f
commit
57571e7908
@ -1,7 +1,7 @@
|
||||
# Template file for 'caps'
|
||||
pkgname=caps
|
||||
version=0.9.26
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
make_use_env=yes
|
||||
makedepends="ladspa-sdk"
|
||||
@ -13,5 +13,5 @@ distfiles="http://quitte.de/dsp/${pkgname}_${version}.tar.bz2"
|
||||
checksum=e7496c5bce05abebe3dcb635926153bbb58a9337a6e423f048d3b61d8a4f98c9
|
||||
|
||||
pre_build() {
|
||||
make_build_args="CC=${CC} LD=${LD}"
|
||||
make_build_args="CC=${CXX} LD=${LD}"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user