svn commit: r565297 - head/deskutils/gnome-pomodoro

Hiroki Tagato tagattie at FreeBSD.org
Mon Feb 15 08:20:12 UTC 2021


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


More information about the svn-ports-all mailing list