svn commit: r550620 - in head/misc/iselect: . files

Stefan Eßer se at FreeBSD.org
Tue Sep 29 20:51:41 UTC 2020


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 */


More information about the svn-ports-head mailing list