svn commit: r501305 - head/science/coot

Yuri Victorovich yuri at FreeBSD.org
Sat May 11 20:40:35 UTC 2019


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


More information about the svn-ports-all mailing list