Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 May 2020 11:20:35 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r533920 - head/graphics/flasm/files
Message-ID:  <202005041120.044BKZnU009319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon May  4 11:20:35 2020
New Revision: 533920
URL: https://svnweb.freebsd.org/changeset/ports/533920

Log:
  - fix build with -fno-common

Modified:
  head/graphics/flasm/files/patch-unflasm.c

Modified: head/graphics/flasm/files/patch-unflasm.c
==============================================================================
--- head/graphics/flasm/files/patch-unflasm.c	Mon May  4 11:18:44 2020	(r533919)
+++ head/graphics/flasm/files/patch-unflasm.c	Mon May  4 11:20:35 2020	(r533920)
@@ -1,6 +1,15 @@
---- ./unflasm.c.orig	2014-03-18 08:44:06.055828097 +0100
-+++ ./unflasm.c	2014-03-18 08:44:06.060828422 +0100
-@@ -1012,29 +1012,11 @@
+--- unflasm.c.orig	2020-05-02 15:54:36 UTC
++++ unflasm.c
+@@ -29,7 +29,7 @@ static int targetIndent = 0;
+ static long int swfabspos = -1;
+ static long int swfrelpos = -1;
+ 
+-int swfVersion;
++extern int swfVersion;
+ 
+ static int showLiterals;
+ static int nDict = 0;
+@@ -1012,29 +1012,11 @@ static void printActionRecord(byte *p, Action type, un
  			}
  
  		case SWFACTION_SETTARGET:



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