Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 20:51:40 +0000 (UTC)
From:      =?UTF-8?Q?Stefan_E=c3=9fer?= <se@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550620 - in head/misc/iselect: . files
Message-ID:  <202009292051.08TKpe86095408@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: se
Date: Tue Sep 29 20:51:40 2020
New Revision: 550620
URL: https://svnweb.freebsd.org/changeset/ports/550620

Log:
  Fix build with -fno-common

Added:
  head/misc/iselect/files/
  head/misc/iselect/files/patch-iselect__browse.h   (contents, props changed)
Modified:
  head/misc/iselect/Makefile

Modified: head/misc/iselect/Makefile
==============================================================================
--- head/misc/iselect/Makefile	Tue Sep 29 20:36:28 2020	(r550619)
+++ head/misc/iselect/Makefile	Tue Sep 29 20:51:40 2020	(r550620)
@@ -3,7 +3,7 @@
 
 PORTNAME=	iselect
 PORTVERSION=	1.4.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	misc
 MASTER_SITES=	OSSP/tool/iselect
 

Added: head/misc/iselect/files/patch-iselect__browse.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/iselect/files/patch-iselect__browse.h	Tue Sep 29 20:51:40 2020	(r550620)
@@ -0,0 +1,11 @@
+--- iselect_browse.h.orig	2007-07-08 09:27:18 UTC
++++ iselect_browse.h
+@@ -31,7 +31,7 @@
+ /*
+  *  The Structure of our screen lines
+  */
+-struct Line { 
++extern struct Line { 
+     char *cpLine;      /* the input line */
+     int   fSelectable; /* whether selectable or not */
+     int   fSelected;   /* whether already selected or not */



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