public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/abiword/files: abiword-2.8.6-gcc46.patch
@ 2011-09-23 12:46 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2011-09-23 12:46 UTC (permalink / raw
  To: gentoo-commits

pacho       11/09/23 12:46:50

  Added:                abiword-2.8.6-gcc46.patch
  Log:
  Use Arch patch to fix compilation with gcc-4.6 (bug #367865).
  
  (Portage version: 2.1.10.19/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-office/abiword/files/abiword-2.8.6-gcc46.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/files/abiword-2.8.6-gcc46.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/abiword/files/abiword-2.8.6-gcc46.patch?rev=1.1&content-type=text/plain

Index: abiword-2.8.6-gcc46.patch
===================================================================
diff -u -r abiword-2.8.6.orig/src/Makefile.am abiword-2.8.6/src/Makefile.am
--- abiword-2.8.6.orig/src/Makefile.am	2009-09-09 15:11:01.000000000 +0200
+++ abiword-2.8.6/src/Makefile.am	2011-08-02 23:35:51.904761961 +0200
@@ -107,7 +107,7 @@
 
 AbiWord_LDFLAGS = \
 	$(DEPS_LIBS) \
-	--no-undefined \
+	-Wl,--no-undefined \
 	-avoid-version \
 	-export-dynamic \
 	-headerpad_max_install_names 
@@ -129,7 +129,7 @@
 
 abiword_LDFLAGS = \
 	$(platform_ldflags) \
-	--no-undefined      \
+	-Wl,--no-undefined      \
 	-avoid-version      \
 	-export-dynamic
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-23 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 12:46 [gentoo-commits] gentoo-x86 commit in app-office/abiword/files: abiword-2.8.6-gcc46.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox