diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-18 11:27:20 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-18 11:27:47 +0200 |
commit | 530f6e7150e1294c662583316d56bc9ac435f4be (patch) | |
tree | 157f5da0ade46af8267adfd045e6f0afffe548dd /dev-dotnet/libgdiplus/files | |
parent | profiles: Fix category in texlive-basic hppa p.use.mask (diff) | |
download | gentoo-530f6e7150e1294c662583316d56bc9ac435f4be.tar.gz gentoo-530f6e7150e1294c662583316d56bc9ac435f4be.tar.bz2 gentoo-530f6e7150e1294c662583316d56bc9ac435f4be.zip |
dev-dotnet/libgdiplus: Fix for ld.gold; enhance various QA problems
* underlinking fix: https://github.com/mono/libgdiplus/pull/33
* drop removed configure option --with-cairo
* call default() functions as often as possible
Gentoo-Bug: https://bugs.gentoo.org/367345
Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-dotnet/libgdiplus/files')
-rw-r--r-- | dev-dotnet/libgdiplus/files/libgdiplus-3.12-underlinking.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-dotnet/libgdiplus/files/libgdiplus-3.12-underlinking.patch b/dev-dotnet/libgdiplus/files/libgdiplus-3.12-underlinking.patch new file mode 100644 index 000000000000..164f99431cbd --- /dev/null +++ b/dev-dotnet/libgdiplus/files/libgdiplus-3.12-underlinking.patch @@ -0,0 +1,17 @@ + tests/Makefile.am | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/tests/Makefile.am b/tests/Makefile.am +index fb7aa7e..4d752e1 100644 +--- a/tests/Makefile.am ++++ b/tests/Makefile.am +@@ -13,7 +13,8 @@ DEPS = \ + + + LDADDS = \ +- $(top_builddir)/src/libgdiplus.la ++ $(top_builddir)/src/libgdiplus.la \ ++ -lm + + noinst_PROGRAMS = \ + testgdi testbits testclip testreversepath |