[Bug 218714] multimedia/kodi: fix build when gcc is installed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 3 19:35:47 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218714
--- Comment #6 from commit-hook at freebsd.org ---
A commit references this bug:
Author: pawel
Date: Wed May 3 19:35:26 UTC 2017
New revision: 440033
URL: https://svnweb.freebsd.org/changeset/ports/440033
Log:
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 at 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
Changes:
head/multimedia/kodi/files/patch-tools_depends_native_JsonSchemaBuilder_Makefile
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list