From 628bf01dc83c6734889bc83c3e3cc2acd9324b7e Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Thu, 29 Sep 2016 21:28:53 +0000 Subject: print/harfbuzz: update to 1.3.2 Changes: https://cgit.freedesktop.org/harfbuzz/tree/NEWS?id=1.3.2 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2016Q3 --- print/harfbuzz/files/patch-configure | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 print/harfbuzz/files/patch-configure (limited to 'print/harfbuzz/files/patch-configure') 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 -- cgit v1.2.3