Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Mar 2015 21:37:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194946] [New port]: databases/gomdb
Message-ID:  <bug-194946-13-wQjGeLC3Gb@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

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org

--- Comment #8 from John Marino <marino@FreeBSD.org> ---
X.if ${COMPILER_TYPE} == clang
XCC=        clang
X.else
XUSE_GCC?=    yes
X.endif



what are you trying to accomplish?

What is the requirement for the compiler? 
I think you need to use "USES=compiler:<feature>" where you fill in the feature
that you want.  Do you need c++11?

You are obviously trying to force gcc48 for FreeBSD 8 and 9, but you don't say
why.

-- 
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-wQjGeLC3Gb>