[Bug 211115] devel/jsoncpp does not compile on FreeBSD 9 / GCC 4.9 any more

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 14 17:01:30 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211115

            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 at FreeBSD.org
          Reporter: software-freebsd at interfasys.ch
                CC: yuri at rawbw.com
             Flags: maintainer-feedback?(yuri at rawbw.com)
                CC: yuri at rawbw.com

There are 2 problems with the Makefile on GCC 4.9 on FreeBSD 9

1) It's `CFLAGS+= -std=c++11` not `CFLAGS+= --std=c++11`
2) The following is missing: LDFLAGS+=   -rpath=/usr/local/bin/

Without those changes, it's impossible to compile jsoncpp

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list