diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 21:28:53 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-09-29 21:28:53 +0000 |
commit | 628bf01dc83c6734889bc83c3e3cc2acd9324b7e (patch) | |
tree | 0aabdc1f2f5d5e26fac8eb1d125102a8e58d8c91 /print/harfbuzz/files/patch-configure | |
parent | Update PORTREVISION and dinstinfo due to upstream tarball change (diff) |
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
Notes
Notes:
svn path=/head/; revision=422951
Diffstat (limited to 'print/harfbuzz/files/patch-configure')
-rw-r--r-- | print/harfbuzz/files/patch-configure | 16 |
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 |