summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--science/libghemical/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile
index 3664b05e7eb3..332487ee3b3d 100644
--- a/science/libghemical/Makefile
+++ b/science/libghemical/Makefile
@@ -39,6 +39,7 @@ LDFLAGS+= -L${LOCALBASE}/lib -lSCbasis -lSCcints -lSCclass \
-lSCrender -lSCscf -lSCscmat -lSCsolvent -lSCstate \
-lSCsymmetry -lSCwfn \
-lgfortran -lpthread -lblas -llapack
+CXXFLAGS+= -Wno-c++11-narrowing # fix errors like error: non-constant-expression cannot be narrowed from type 'double' to 'fGL'
PLIST_SUB= LIBGHEMICAL_VERSION="${PORTVERSION}"
INSTALL_TARGET= install-strip