diff options
Diffstat (limited to 'dev-dotnet/libgdiplus/files/libgdiplus-3.12-underlinking.patch')
-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 |