[Bug 194946] [New port]: databases/gomdb

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Dec 30 18:26:48 UTC 2014


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

Pawel Pekala <pawel at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pawel at FreeBSD.org

--- Comment #3 from Pawel Pekala <pawel at FreeBSD.org> ---
X.if ${OSVERSION} >= 900033 && exists(/usr/bin/clang)
XCC=        clang
XCXX=        clang++
XGYP_DEFINES+=    clang=1
X.else
XUSE_GCC?=    yes
XGYP_DEFINES+=    gcc_version=${CXX:S/g++//}
X.endif

This looks like can be converted to USES=compiler.

XCONFIGURE_ENV+=    CC=${CC} \
X        CXX=${CXX} \

Is this really necessary? MAKE_ENV already have those.

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


More information about the freebsd-ports-bugs mailing list