Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Feb 2021 08:20:12 +0000 (UTC)
From:      Hiroki Tagato <tagattie@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r565297 - head/deskutils/gnome-pomodoro
Message-ID:  <202102150820.11F8KCxK066168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tagattie
Date: Mon Feb 15 08:20:12 2021
New Revision: 565297
URL: https://svnweb.freebsd.org/changeset/ports/565297

Log:
  Add a note explaining why USE_GCC=yes is used
  
  Reported by:	gerald

Modified:
  head/deskutils/gnome-pomodoro/Makefile

Modified: head/deskutils/gnome-pomodoro/Makefile
==============================================================================
--- head/deskutils/gnome-pomodoro/Makefile	Mon Feb 15 08:16:58 2021	(r565296)
+++ head/deskutils/gnome-pomodoro/Makefile	Mon Feb 15 08:20:12 2021	(r565297)
@@ -24,6 +24,8 @@ USE_GITHUB=	yes
 
 GNU_CONFIGURE=	yes
 
+# clang fails to compile a C source (gnome-shell-extension.c) generated
+# from vala source. USE_GCC=yes is a temporary workaround to this issue.
 USE_GCC=	yes
 USE_GNOME=	cairo glib20 gtk30 introspection
 USE_GSTREAMER1=	yes



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