Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 519710 Details for
Bug 647856
[gnome-overlay] gnome-extra/gnome-color-manager-3.26.0 - x86_64-pc-linux-gnu/bin/ld: src/gcm-calibrate@exe/gcm-cie-widget.c.o: undefined reference to symbol 'powf@@GLIBC_2.2.5'
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gnome-color-manager-3.26.0-meson.build-fix.git.patch
gnome-color-manager-3.26.0-meson.build-fix.git.patch (text/plain), 1.55 KB, created by
Tom-Steve Watzke
on 2018-02-16 13:18:23 UTC
(
hide
)
Description:
gnome-color-manager-3.26.0-meson.build-fix.git.patch
Filename:
MIME Type:
Creator:
Tom-Steve Watzke
Created:
2018-02-16 13:18:23 UTC
Size:
1.55 KB
patch
obsolete
>diff --git a/gnome-extra/gnome-color-manager/files/3.26.0-meson.build-libm-fix.patch b/gnome-extra/gnome-color-manager/files/3.26.0-meson.build-libm-fix.patch >new file mode 100644 >index 00000000..246e0668 >--- /dev/null >+++ b/gnome-extra/gnome-color-manager/files/3.26.0-meson.build-libm-fix.patch >@@ -0,0 +1,12 @@ >+diff -Naur gnome-color-manager-3.26.0-1/meson.build gnome-color-manager-3.26.0/meson.build >+--- gnome-color-manager-3.26.0-1/meson.build 2017-09-11 12:39:03.000000000 +0200 >++++ gnome-color-manager-3.26.0/meson.build 2018-02-16 14:02:16.041832457 +0100 >+@@ -87,7 +87,7 @@ >+ colord = dependency('colord', version : '>= 1.3.1') >+ libcolord_gtk = dependency('colord-gtk', version : '>= 0.1.20') >+ libcanberra = dependency('libcanberra-gtk3', version : '>= 0.10') >+-libm = cc.find_library('libm', required: false) >++libm = cc.find_library('m', required: false) >+ liblcms = dependency('lcms2', version : '>= 2.2') >+ >+ libvte = dependency('vte-2.91', version : '>= 0.25.1', required : false) >diff --git a/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild b/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild >index f317d6a3..f24d9979 100644 >--- a/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild >+++ b/gnome-extra/gnome-color-manager/gnome-color-manager-3.26.0.ebuild >@@ -41,6 +41,10 @@ DEPEND="${RDEPEND} > virtual/pkgconfig > " > >+PATCHES=( >+ "${FILESDIR}/${PV}-meson.build-libm-fix.patch" >+) >+ > src_configure() { > # Always enable tests since they are check_PROGRAMS anyway > # appstream does not want to be relax by default !
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 647856
:
519706
| 519710