public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/cairo/files: cairo-1.6.2-fix-g++-linking.patch
@ 2008-04-11 20:16 Doug Goldstein (cardoe)
  0 siblings, 0 replies; only message in thread
From: Doug Goldstein (cardoe) @ 2008-04-11 20:16 UTC (permalink / raw
  To: gentoo-commits

cardoe      08/04/11 20:16:36

  Added:                cairo-1.6.2-fix-g++-linking.patch
  Log:
  add working cairo 1.6.x release with g++ linking patch
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.1                  x11-libs/cairo/files/cairo-1.6.2-fix-g++-linking.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/files/cairo-1.6.2-fix-g++-linking.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/cairo/files/cairo-1.6.2-fix-g++-linking.patch?rev=1.1&content-type=text/plain

Index: cairo-1.6.2-fix-g++-linking.patch
===================================================================
diff --git a/src/Makefile.am b/src/Makefile.am
index dfdcf1e..16c8301 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -235,11 +235,10 @@ beos_sources = cairo-beos-surface.cpp
 cairo_all_sources += $(beos_headers) $(beos_sources)
 if CAIRO_HAS_BEOS_SURFACE
 cairo_headers += $(beos_headers)
-cairo_sources += $(beos_sources)
 backend_pkgconfigs += cairo-beos.pc
 
 noinst_LTLIBRARIES = libcairo_beos.la
-libcairo_beos_la_SOURCES = $(libcairo_beos_sources)
+libcairo_beos_la_SOURCES = $(beos_sources)
 # BeOS system headers trigger this warning
 libcairo_beos_la_CXXFLAGS = -Wno-multichar
 endif



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-04-11 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-11 20:16 [gentoo-commits] gentoo-x86 commit in x11-libs/cairo/files: cairo-1.6.2-fix-g++-linking.patch Doug Goldstein (cardoe)

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