Date: Thu, 14 Jul 2016 17:01:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211115] devel/jsoncpp does not compile on FreeBSD 9 / GCC 4.9 any more Message-ID: <bug-211115-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211115 Bug ID: 211115 Summary: devel/jsoncpp does not compile on FreeBSD 9 / GCC 4.9 any more Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: software-freebsd@interfasys.ch CC: yuri@rawbw.com Flags: maintainer-feedback?(yuri@rawbw.com) CC: yuri@rawbw.com There are 2 problems with the Makefile on GCC 4.9 on FreeBSD 9 1) It's `CFLAGS+=3D -std=3Dc++11` not `CFLAGS+=3D --std=3Dc++11` 2) The following is missing: LDFLAGS+=3D -rpath=3D/usr/local/bin/ Without those changes, it's impossible to compile jsoncpp --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211115-13>