svn commit: r484443 - head/deskutils/notecase

Ganael LAPLANCHE martymac at FreeBSD.org
Thu Nov 8 11:05:54 UTC 2018


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


More information about the svn-ports-all mailing list