summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-04-11 20:16:36 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-04-11 20:16:36 +0000
commitafba936f726313aaeee4608d2e78e1d89fbc7393 (patch)
treefdc761e3a2fecb36f331a72b2f01651178adc3c8 /x11-libs/cairo/files
parentdev-util/pkgconfig shouldn't be part of RDEPEND, bug 217278. (diff)
downloadhistorical-afba936f726313aaeee4608d2e78e1d89fbc7393.tar.gz
historical-afba936f726313aaeee4608d2e78e1d89fbc7393.tar.bz2
historical-afba936f726313aaeee4608d2e78e1d89fbc7393.zip
add working cairo 1.6.x release with g++ linking patch
Package-Manager: portage-2.1.5_rc2
Diffstat (limited to 'x11-libs/cairo/files')
-rw-r--r--x11-libs/cairo/files/cairo-1.6.2-fix-g++-linking.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-libs/cairo/files/cairo-1.6.2-fix-g++-linking.patch b/x11-libs/cairo/files/cairo-1.6.2-fix-g++-linking.patch
new file mode 100644
index 000000000000..f96e115bfb59
--- /dev/null
+++ b/x11-libs/cairo/files/cairo-1.6.2-fix-g++-linking.patch
@@ -0,0 +1,17 @@
+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