Date: Tue, 03 Mar 2015 06:58:52 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194946] [New port]: databases/gomdb Message-ID: <bug-194946-13-l5ilMx6orJ@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194946-13@https.bugs.freebsd.org/bugzilla/> References: <bug-194946-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194946 --- Comment #11 from John Marino <marino@FreeBSD.org> --- well, that software must be garbage. On later FreeBSD "cc" is a symlink to "clang"; they are the same thing. The fact that the software is relying on the name of the executable to determine that is not a good sign. Really, the fact that it's sensitive to which compiler is being uses is also not a good sign. Okay, so at least you have a valid reason for this. I need to you make 2 simple changes and we'll have to accept this as a workaround. 1) change "USE_GCC?= yes" to "USE_GCC=yes" 2) above ".if ${COMPILER_TYPE} == clang" add a block of comments explaining that the value of "CC" must be "clang" (checked by configure) otherwise the build fails on FreeBSD10+ -- 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-194946-13-l5ilMx6orJ>