Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2018 11:05:52 +0000 (UTC)
From:      Ganael LAPLANCHE <martymac@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r484443 - head/deskutils/notecase
Message-ID:  <201811081105.wA8B5qgX057690@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: martymac
Date: Thu Nov  8 11:05:52 2018
New Revision: 484443
URL: https://svnweb.freebsd.org/changeset/ports/484443

Log:
  Fix build with GCC-based architectures
  
  PR:		232874
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>

Modified:
  head/deskutils/notecase/Makefile

Modified: head/deskutils/notecase/Makefile
==============================================================================
--- head/deskutils/notecase/Makefile	Thu Nov  8 10:31:08 2018	(r484442)
+++ head/deskutils/notecase/Makefile	Thu Nov  8 11:05:52 2018	(r484443)
@@ -16,7 +16,7 @@ LICENSE=	BSD3CLAUSE
 DEPRECATED=	GNOME 2 application
 EXPIRATION_DATE=	2018-12-10
 
-USES=		dos2unix gmake desktop-file-utils gettext gnome pkgconfig shared-mime-info
+USES=		compiler:c++11-lang dos2unix gmake desktop-file-utils gettext gnome pkgconfig shared-mime-info
 USE_GNOME=	gtk20 gtksourceview2 gnomevfs2
 USE_XORG=	x11
 



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