public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/goocanvas/files: goocanvas-1.0.0-gold.patch
@ 2013-08-12  4:06 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2013-08-12  4:06 UTC (permalink / raw
  To: gentoo-commits

tetromino    13/08/12 04:06:56

  Added:                goocanvas-1.0.0-gold.patch
  Log:
  Add upstream patches to fix compatibility with modern gobject-introspection and pygobject versions (bug #480494, thanks to Harris Landgarten) and modernize ebuild. Fix 1.0.0's underlinking failure with gold (bug #464734, thanks to cmuelle8). Fix license information (LGPL, not GPL).
  
  (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)

Revision  Changes    Path
1.1                  x11-libs/goocanvas/files/goocanvas-1.0.0-gold.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/files/goocanvas-1.0.0-gold.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/goocanvas/files/goocanvas-1.0.0-gold.patch?rev=1.1&content-type=text/plain

Index: goocanvas-1.0.0-gold.patch
===================================================================
diff --git a/src/Makefile.am b/src/Makefile.am
index b49c009..9c3316b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,7 @@ INCLUDES = \
 
 lib_LTLIBRARIES = libgoocanvas.la
 
-libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
+libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
 
 if PLATFORM_WIN32
 no_undefined = -no-undefined
diff --git a/src/Makefile.in b/src/Makefile.in
index c4d43b2..8d555fe 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -254,7 +254,7 @@ INCLUDES = \
 #	-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED \
 #	-DGTK_DISABLE_DEPRECATED
 lib_LTLIBRARIES = libgoocanvas.la
-libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS)
+libgoocanvas_la_LIBADD = @PACKAGE_LIBS@ $(INTLLIBS) -lm
 @PLATFORM_WIN32_TRUE@no_undefined = -no-undefined
 libtool_opts = \
   -version-info $(LT_VERSION_INFO)	\





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

only message in thread, other threads:[~2013-08-12  4:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12  4:06 [gentoo-commits] gentoo-x86 commit in x11-libs/goocanvas/files: goocanvas-1.0.0-gold.patch Alexandre Rostovtsev (tetromino)

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