Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Feb 2013 10:26:10 +0100
From:      Quentin Schwerkolt <develloper.unix@hotmail.fr>
To:        freebsd-ports@freebsd.org
Subject:   devel/dconf failed to build with gcc 4.6.3
Message-ID:  <BLU0-SMTP133BA9D685948F5803BCF6C84F40@phx.gbl>

next in thread | raw e-mail | index | archive | help
--------------080405020807050204040706
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 7bit


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I've just try to build devel/dconf with gcc 4.6.3 FreeBSD 9.1-STABLE
amd64 r246821. The build faild with an unrecognized option '-avoid-version'.
So I had make a patch for allow build with gcc 4.6.3. It doesn't break
the port with clang and the base's gcc version.

Cordially.
Quentin Schwerkolt
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.19 (FreeBSD)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQIcBAEBAgAGBQJRIfOyAAoJEMQ92ZzRWSo8iL0P/RnKxzVL/8talIcGQDu0xCCJ
u60y5+w+n/p9XeQmGeKCO42qR6lojGal85VSt5/DXL8RK4wo023A2eJrCZhL80pH
+jUZ8bnyC5RKzbPgEk25DpPEJuapT8/7uNePFwaghPrc/DA24JZwKvzj423qy+0G
BQlVyMSF9a9sP8p68E/IimllimW+B0vHgovT8JM0FESfwvK4u0N1uCu7EhoE9NHH
nsEbHf3o9AIAkZxbopt8CbR7XBI6JaTD90Km9X2u9sutKdIwJCqJLuyjIffwSE+L
+xvc6FImERFSmviF4mGnYBEvXYEC/GUW9gzQJVyKGcHprQEbiRyjtxRhAZgpcjGS
Md9LzaJ1Cmxe5iAOT5VziKrAPVfOMgKIkKgchou/4SJMTg2IN0VkDOCHrW3xpSSP
ExSrrd7iJEv/w0s1kDnk4DYckMZhOLLY/rA6dLBjAMg+2Ex+wHHjXDglkqnSAe8u
4tsB611qR3tgvA5XY7ComNk710W1PzXYBsArfgIfxFSt661oi6fZlnqNKOH30L+Z
G8GgURMJxn0I5NI/pe9yr2f/d182Z717ZVM6idLi9/HMxZSpW1NnRD6y0eYETvaa
D8v+ybxjgt0iuUsAA4wfzP64YIN5jhZzLkFf/yxdJhO/pRSZ+HHyWQFjPnBz66zx
YYrNUFG9uLOxI7JgDbgK
=Wh9y
-----END PGP SIGNATURE-----


--------------080405020807050204040706
Content-Type: text/plain; charset="us-ascii";
	name="patch-gsettings_Makefile.in"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch-gsettings_Makefile.in"

--- 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	\

--------------080405020807050204040706--



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