summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch')
-rw-r--r--dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch b/dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch
deleted file mode 100644
index 04f73357e1d3..000000000000
--- a/dev-dotnet/libgdiplus/files/libgdiplus-5.6.1-cofigure.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Nupr libgdiplus-5.6.1~/configure libgdiplus-5.6.1/configure
---- libgdiplus-5.6.1~/configure 2019-06-07 21:26:37.207823285 +0200
-+++ libgdiplus-5.6.1/configure 2019-06-07 21:27:44.045156234 +0200
-@@ -14133,7 +14133,7 @@ fi
-
-
- # Add xrender here so that we don't fail to find glib if we won't have xrender.pc
--if test "x$no_x" != "xyes" && "x$x11_available" = "xyes"; then
-+if test "x$no_x" != "xyes" && test "x$x11_available" = "xyes"; then
- GDIPLUS_LIBS="$GDIPLUS_LIBS `$PKG_CONFIG --libs xrender `"
- GDIPLUS_CFLAGS="$GDIPLUS_CFLAGS `$PKG_CONFIG --cflags xrender `"
- fi