libopenshot-audio: remove unnecessary CXXFLAGS

This commit is contained in:
Đoàn Trần Công Danh 2021-01-03 19:25:37 +07:00
parent 5ba396b6c4
commit aa36615c96

View file

@ -13,8 +13,6 @@ homepage="https://github.com/OpenShot/libopenshot-audio"
distfiles="https://github.com/OpenShot/libopenshot-audio/archive/v${version}.tar.gz"
checksum=937ff4f1c2dfb8ab5d56ad85beacaa29dfd5a79af0d9cf647386034fe9882309
CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/freetype2"
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
CXXFLAGS+=" -latomic "