Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 18:17:40 +0000 (UTC)
From:      Alan Somers <asomers@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456179 - head/shells/fish/files
Message-ID:  <201712121817.vBCIHeON096076@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: asomers (src committer)
Date: Tue Dec 12 18:17:40 2017
New Revision: 456179
URL: https://svnweb.freebsd.org/changeset/ports/456179

Log:
  shells/fish: fix 2.7.0 build for arm and arm64
  
  PR:		224254
  Reported by:	marcel@herrbischoff.com
  Sponsored by:	Spectra Logic Corp

Added:
  head/shells/fish/files/
  head/shells/fish/files/patch-src_wgetopt.h   (contents, props changed)

Added: head/shells/fish/files/patch-src_wgetopt.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/shells/fish/files/patch-src_wgetopt.h	Tue Dec 12 18:17:40 2017	(r456179)
@@ -0,0 +1,11 @@
+--- src/wgetopt.h.orig	2017-12-11 21:47:12 UTC
++++ src/wgetopt.h
+@@ -177,7 +177,7 @@ struct woption {
+     int *flag;
+     /// If \c flag is non-null, this is the value that flag will be set to. Otherwise, this is the
+     /// return-value of the function call.
+-    int val;
++    wchar_t val;
+ };
+ 
+ // Names for the values of the `has_arg' field of `struct option'.



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