svn commit: r561332 - branches/2021Q1/x11-fm/nemo

Piotr Kubaj pkubaj at FreeBSD.org
Tue Jan 12 14:13:24 UTC 2021


Author: pkubaj
Date: Tue Jan 12 14:13:23 2021
New Revision: 561332
URL: https://svnweb.freebsd.org/changeset/ports/561332

Log:
  MFH: r561328
  
  x11-fm/nemo: fix build on GCC architectures

Modified:
  branches/2021Q1/x11-fm/nemo/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/x11-fm/nemo/Makefile
==============================================================================
--- branches/2021Q1/x11-fm/nemo/Makefile	Tue Jan 12 13:08:51 2021	(r561331)
+++ branches/2021Q1/x11-fm/nemo/Makefile	Tue Jan 12 14:13:23 2021	(r561332)
@@ -23,8 +23,8 @@ RUN_DEPENDS=	gnome-icon-theme>=0:misc/gnome-icon-theme
 		gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas \
 		gvfs>0:devel/gvfs
 
-USES=		desktop-file-utils gettext gnome meson pkgconfig python:3.5+ \
-		shared-mime-info shebangfix xorg
+USES=		compiler:c11 desktop-file-utils gettext gnome meson pkgconfig \
+		python:3.5+ shared-mime-info shebangfix xorg
 
 SHEBANG_FILES=	generate_additional_file makepot
 SHEBANG_GLOB=	*.py


More information about the svn-ports-branches mailing list