caps: compile with CXX to avoid undefined __gxx_personality_v0

closes #7436
This commit is contained in:
maxice8 2019-01-21 03:52:04 -02:00
parent 5512d7e69f
commit 57571e7908
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -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}"
}