Date: Sat, 11 May 2019 20:40:34 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501305 - head/science/coot Message-ID: <201905112040.x4BKeYYe075643@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat May 11 20:40:33 2019 New Revision: 501305 URL: https://svnweb.freebsd.org/changeset/ports/501305 Log: science/coot: Fix build with GCC-based architectures PR: 237842 Submitted by: pkubaj Modified: head/science/coot/Makefile Modified: head/science/coot/Makefile ============================================================================== --- head/science/coot/Makefile Sat May 11 20:30:19 2019 (r501304) +++ head/science/coot/Makefile Sat May 11 20:40:33 2019 (r501305) @@ -30,7 +30,7 @@ LIB_DEPENDS= libccp4c.so:science/libccp4 \ libssm.so:science/libssm RUN_DEPENDS= bash:shells/bash -USES= desktop-file-utils fortran gettext-runtime gl gmake gnome libtool localbase:ldflags pkgconfig python:2.7 shebangfix sqlite +USES= compiler:c++11-lang desktop-file-utils fortran gettext-runtime gl gmake gnome libtool localbase:ldflags pkgconfig python:2.7 shebangfix sqlite SHEBANG_FILES= src/coot.in GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static --with-goocanvas-prefix=${LOCALBASE} @@ -42,7 +42,7 @@ USE_LDCONFIG= yes INSTALLS_ICONS= yes MAKE_ENV= PYTHON=${PYTHON_CMD} -CXXFLAGS+= -I${PYTHON_INCLUDEDIR} +CXXFLAGS+= -I${PYTHON_INCLUDEDIR} -DANALYSE_REFINEMENT_TIMING post-install: @${MKDIR} ${STAGEDIR}${DATADIR}/lib/data
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905112040.x4BKeYYe075643>