svn commit: r487814 - head/misc/survex

Yuri Victorovich yuri at FreeBSD.org
Wed Dec 19 20:15:34 UTC 2018


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 at 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


More information about the svn-ports-all mailing list