Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Dec 2018 20:15:33 +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: r487814 - head/misc/survex
Message-ID:  <201812192015.wBJKFXH4069072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Dec 19 20:15:33 2018
New Revision: 487814
URL: https://svnweb.freebsd.org/changeset/ports/487814

Log:
  misc/survex: fix build with GCC-based architectures
  
  PR:		234176
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/misc/survex/Makefile

Modified: head/misc/survex/Makefile
==============================================================================
--- head/misc/survex/Makefile	Wed Dec 19 20:06:22 2018	(r487813)
+++ head/misc/survex/Makefile	Wed Dec 19 20:15:33 2018	(r487814)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg \
 		libproj.so:graphics/proj
 
-USES=		desktop-file-utils gl gmake gnome pkgconfig shared-mime-info
+USES=		compiler:c++11-lang desktop-file-utils gl gmake gnome pkgconfig shared-mime-info
 GNU_CONFIGURE=	yes
 USE_WX=		3.0
 USE_XORG=	xxf86vm



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