freebsd-ports/multimedia/kodi
Pawel Pekala cb2b523630 Fix build on systems with gcc installed by respecting CXX
JsonSchemaBuilder configure picks up g++ as compiler:

g++ -DPACKAGE_NAME=\"JsonSchemaBuilder\" -DPACKAGE_TARNAME=\"jsonschemabuilder\"
-DPACKAGE_VERSION=\"1.0\" -DPACKAGE_STRING=\"JsonSchemaBuilder\ 1.0\"
-DPACKAGE_BUGREPORT=\"me@mail.com\" -DPACKAGE_URL=\"\"
-DPACKAGE=\"jsonschemabuilder\" -DVERSION=\"1.0\" -I. -g -O2
-MT JsonSchemaBuilder.o -MD -MP -MF .deps/JsonSchemaBuilder.Tpo -c
-o JsonSchemaBuilder.o JsonSchemaBuilder.cpp

Later compiled binary fails to execute:

../../../tools/depends/native/JsonSchemaBuilder/bin/JsonSchemaBuilder
schema/version.txt schema/license.txt schema/methods.json
schema/types.json schema/notifications.json
/usr/local/lib/gcc49/libstdc++.so.6: version GLIBCXX_3.4.21 required by
/hdd/ports/multimedia/kodi/work/xbmc-fc1619b/tools/depends/native/
JsonSchemaBuilder/bin/JsonSchemaBuilder not found

PR:		218714
Submitted by:	myself
Approved by:	maintainer timeout
2017-05-03 19:35:25 +00:00
..
files Fix build on systems with gcc installed by respecting CXX 2017-05-03 19:35:25 +00:00
distinfo
Makefile
pkg-descr
pkg-plist