Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  3 Feb 2014 21:31:14 -0500 (EST)
From:      Diane Bruce <db@db.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/186437: libiconv compile broken under clang simple fix
Message-ID:  <20140204023114.E025A1CC0B@night.db.net>
Resent-Message-ID: <201402040240.s142e0TB059298@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186437
>Category:       ports
>Synopsis:       libiconv compile broken under clang simple fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 04 02:40:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Diane Bruce
>Release:        FreeBSD 11.0-CURRENT #34 r259888 amd64
>Organization:
I wish
>Environment:
System: FreeBSD odyssey 11.0-CURRENT FreeBSD 11.0-CURRENT #34 r259888: Wed Dec 25 18:14:38 EST 2013     root@odyssey:/usr/obj/home/db/svn/system/head/sys/GENERIC  amd64


	
>Description:
	
>How-To-Repeat:
	
>Fix:


Index: files/patch-lib_iconv.c
===================================================================
--- files/patch-lib_iconv.c	(revision 0)
+++ files/patch-lib_iconv.c	(working copy)
@@ -0,0 +1,12 @@
+--- lib/iconv.c.orig	2014-02-03 21:20:38.000000000 -0500
++++ lib/iconv.c	2014-02-03 21:20:54.000000000 -0500
+@@ -176,9 +176,6 @@
+ #include "aliases2.h"
+ #undef S
+ };
+-#ifdef __GNUC__
+-__inline
+-#endif
+ const struct alias *
+ aliases2_lookup (register const char *str)
+ {

Property changes on: files/patch-lib_iconv.c
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+FreeBSD=%H
\ No newline at end of property
Added: fbsd:nokeywords
## -0,0 +1 ##
+yes
\ No newline at end of property
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property

>Release-Note:
>Audit-Trail:
>Unformatted:



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