Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 11:53:59 GMT
From:      Quentin Schwerkolt <develloper.unix@hotmail.fr>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176235: [patch] Fix devel/dconf build with gcc 4.6.3
Message-ID:  <201302181153.r1IBrxNU057338@red.freebsd.org>
Resent-Message-ID: <201302181200.r1IC00Xe073439@freefall.freebsd.org>

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

>Number:         176235
>Category:       ports
>Synopsis:       [patch] Fix devel/dconf build with gcc 4.6.3
>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:   Mon Feb 18 12:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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