public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/dvisvgm/files: dvisvgm-1.0.8-as-needed.patch
@ 2012-10-08 17:00 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2012-10-08 17:00 UTC (permalink / raw
  To: gentoo-commits

radhermit    12/10/08 17:00:21

  Added:                dvisvgm-1.0.8-as-needed.patch
  Log:
  Fix as-needed linking issue (bug #431780 by Arttu Valo).
  
  (Portage version: 2.2.0_alpha134/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-text/dvisvgm/files/dvisvgm-1.0.8-as-needed.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/files/dvisvgm-1.0.8-as-needed.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/dvisvgm/files/dvisvgm-1.0.8-as-needed.patch?rev=1.1&content-type=text/plain

Index: dvisvgm-1.0.8-as-needed.patch
===================================================================
--- dvisvgm-1.0.8/configure.ac
+++ dvisvgm-1.0.8/configure.ac
@@ -106,7 +106,7 @@
 # Check for libraries.
 PKG_CHECK_MODULES([FREETYPE], [freetype2])
 CXXFLAGS="$CXXFLAGS ${FREETYPE_CFLAGS}"
-LDFLAGS="$LDFLAGS ${FREETYPE_LIBS}"
+LIBS="$LIBS ${FREETYPE_LIBS}"
 
 AC_CHECK_LIB(z, gzopen)
 





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

only message in thread, other threads:[~2012-10-08 17:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 17:00 [gentoo-commits] gentoo-x86 commit in app-text/dvisvgm/files: dvisvgm-1.0.8-as-needed.patch Tim Harder (radhermit)

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