Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Dec 2018 18:08:26 +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: r488233 - head/science/ghemical
Message-ID:  <201812231808.wBNI8QRl065004@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Dec 23 18:08:26 2018
New Revision: 488233
URL: https://svnweb.freebsd.org/changeset/ports/488233

Log:
  science/ghemical: fix build with GCC-based architectures
  
  While here, add USES=gl gnome.
  
  PR:		234303
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/science/ghemical/Makefile

Modified: head/science/ghemical/Makefile
==============================================================================
--- head/science/ghemical/Makefile	Sun Dec 23 18:06:02 2018	(r488232)
+++ head/science/ghemical/Makefile	Sun Dec 23 18:08:26 2018	(r488233)
@@ -27,7 +27,7 @@ LIB_DEPENDS=	libblas.so:math/blas \
 		libmpqc.so:science/mpqc
 RUN_DEPENDS=	xdg-open:devel/xdg-utils
 
-USES=		fortran gettext gmake pathfix pkgconfig
+USES=		compiler:c++11-lang fortran gettext gl gmake gnome pathfix pkgconfig
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-gtk --enable-threads --enable-openbabel
 USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2 intltool pangox-compat



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812231808.wBNI8QRl065004>