summaryrefslogtreecommitdiff
path: root/print/harfbuzz/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'print/harfbuzz/files/patch-configure')
-rw-r--r--print/harfbuzz/files/patch-configure16
1 files changed, 0 insertions, 16 deletions
diff --git a/print/harfbuzz/files/patch-configure b/print/harfbuzz/files/patch-configure
deleted file mode 100644
index ddb4daef2c6e..000000000000
--- a/print/harfbuzz/files/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
-# Origin: https://cgit.freedesktop.org/harfbuzz/commit/?id=dd31fc9f7e6d23b414b22874de96eb3c002c80ba
-# Subject: Don't build UCDN support when building with GLib (#296)
-# Regression from: b424b6c372dfe4c0ed75a49761eb34a416819446.
-# Applied to configure instead of configure.ac file, because it was generated.
-
---- configure.orig 2016-07-21 08:57:54 UTC
-+++ configure
-@@ -18678,7 +18678,7 @@ fi
-
-
- have_ucdn=true
--if $have_glib || $have_icu && test "x$with_icu" = "xbuiltin"; then
-+if $have_glib || test \( $have_icu -a "x$with_icu" = "xbuiltin" \); then
- have_ucdn=false
- fi
- if $have_ucdn; then