From nobody@FreeBSD.org  Mon Feb 18 11:53:59 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id E978480E
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Feb 2013 11:53:59 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id DB7802CC
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Feb 2013 11:53:59 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1IBrx2h057339
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 18 Feb 2013 11:53:59 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r1IBrxNU057338;
	Mon, 18 Feb 2013 11:53:59 GMT
	(envelope-from nobody)
Message-Id: <201302181153.r1IBrxNU057338@red.freebsd.org>
Date: Mon, 18 Feb 2013 11:53:59 GMT
From: Quentin Schwerkolt <develloper.unix@hotmail.fr>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] Fix devel/dconf build with gcc 4.6.3
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         176235
>Category:       ports
>Synopsis:       [patch] Fix devel/dconf build with gcc 4.6.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    gnome
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 18 12:00:00 UTC 2013
>Closed-Date:    Wed Mar 20 02:23:02 UTC 2013
>Last-Modified:  Wed Mar 20 02:23:02 UTC 2013
>Originator:     Quentin Schwerkolt
>Release:        FreeBSD 9.1-STABLE amd64
>Organization:
>Environment:
FreeBSD FreeBSD.local 9.1-STABLE FreeBSD 9.1-STABLE #8 r246821: Fri Feb 15 11:08:02 CET 2013     root@FreeBSD.local:/usr/obj/usr/src/sys/HP-ELITEBOOK-8540p  amd64
>Description:
Remove -avoid-version from gsettings/Makefile.in

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- gsettings/Makefile.in.orig	2013-02-18 10:04:22.579524810 +0100
+++ gsettings/Makefile.in	2013-02-18 10:04:52.377517488 +0100
@@ -194,7 +194,7 @@
 AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings -fPIC -DPIC
 INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(gio_CFLAGS)
 libdconfsettings_so_LDADD = $(gio_LIBS)
-libdconfsettings_so_LDFLAGS = -module -avoid-version -shared
+libdconfsettings_so_LDFLAGS = -module -shared
 libdconfsettings_so_SOURCES = \
 	../engine/dconf-engine.c	\
 	../common/dconf-shmdir.c	\


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->gnome 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Feb 18 12:00:08 UTC 2013 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176235 
State-Changed-From-To: open->closed 
State-Changed-By: mezz 
State-Changed-When: Wed Mar 20 02:22:19 UTC 2013 
State-Changed-Why:  
It's no longer need this patch in the current version. But thanks for 
submitted the patch! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=176235 
>Unformatted:
