Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2018 12:47:38 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486411 - head/graphics/panoglview
Message-ID:  <201812021247.wB2ClcZZ090032@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Dec  2 12:47:37 2018
New Revision: 486411
URL: https://svnweb.freebsd.org/changeset/ports/486411

Log:
  USES=compiler:c++11-lang is required to build this port on GCC-based
  architectures.
  
  PR:		233613
  Submitted by:	Piotr Kubaj
  Approved by:	maintainer

Modified:
  head/graphics/panoglview/Makefile

Modified: head/graphics/panoglview/Makefile
==============================================================================
--- head/graphics/panoglview/Makefile	Sun Dec  2 12:44:41 2018	(r486410)
+++ head/graphics/panoglview/Makefile	Sun Dec  2 12:47:37 2018	(r486411)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF/hugin/${PORTNAME}/${PORTNAME}-${PORTV
 MAINTAINER=	ii@any.com.ru
 COMMENT=	Panorama viewer using OpenGL
 
-USES=		gmake
+USES=		compiler:c++11-lang gmake
 USE_GL=		glu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-unicode



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