svn commit: r546843 - head/archivers/file-roller/files

Guido Falsi madpilot at FreeBSD.org
Fri Aug 28 22:35:10 UTC 2020


Author: madpilot
Date: Fri Aug 28 22:35:09 2020
New Revision: 546843
URL: https://svnweb.freebsd.org/changeset/ports/546843

Log:
  Fix file-roller built with clang11 -fno-common on recent head.
  
  Approved by:	portmgr (fixit blanket)

Added:
  head/archivers/file-roller/files/patch-src_fr-application.c   (contents, props changed)

Added: head/archivers/file-roller/files/patch-src_fr-application.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/archivers/file-roller/files/patch-src_fr-application.c	Fri Aug 28 22:35:09 2020	(r546843)
@@ -0,0 +1,10 @@
+--- src/fr-application.c.orig	2018-07-16 20:15:42 UTC
++++ src/fr-application.c
+@@ -42,7 +42,6 @@
+ #define SERVICE_TIMEOUT 10
+ 
+ 
+-gint                ForceDirectoryCreation;
+ static char       **remaining_args;
+ static char        *arg_add_to = NULL;
+ static int          arg_add = FALSE;


More information about the svn-ports-head mailing list