svn commit: r487813 - head/science/jdftx

Yuri Victorovich yuri at FreeBSD.org
Wed Dec 19 20:06:23 UTC 2018


Author: yuri
Date: Wed Dec 19 20:06:22 2018
New Revision: 487813
URL: https://svnweb.freebsd.org/changeset/ports/487813

Log:
  science/jdftx: fix build with GCC-based architectures
  
  PR:		234175
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/science/jdftx/Makefile

Modified: head/science/jdftx/Makefile
==============================================================================
--- head/science/jdftx/Makefile	Wed Dec 19 19:53:17 2018	(r487812)
+++ head/science/jdftx/Makefile	Wed Dec 19 20:06:22 2018	(r487813)
@@ -22,7 +22,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 RUN_DEPENDS=	bash:shells/bash
 TEST_DEPENDS=	bash:shells/bash
 
-USES=		cmake:outsource fortran localbase:ldflags shebangfix
+USES=		compiler:c++11-lang cmake:outsource fortran localbase:ldflags shebangfix
 SHEBANG_GLOB=	*.sh
 SHEBANG_FILES=	scripts/*
 SHEBANG_LANG=	octave


More information about the svn-ports-all mailing list