Browse Source
This is an update of 30 releases... It might break some setups, hopefully not.pull/104/head
8 changed files with 65 additions and 141 deletions
@ -1 +1 @@ |
|||
259656574b1ec2916ada951b759a591f45c11c5c639fa29831e06320312bf951f4f5ef6306f9ffc373abf0d40dbf944db918d4c54aca3bd7eab2c3a886db7a68 harfbuzz-1.7.6.tar.bz2 |
|||
d8664bb64fda11ff7646693070637e3827f8b3d1de50e11ecf108ce4d19c878b26b2ba4cff278da6e6cc0cb431e1630d9eaa7c32a9bebb9655a7aa8dabf7114f harfbuzz-2.6.4.tar.xz |
|||
|
|||
@ -1,17 +0,0 @@ |
|||
--- harfbuzz-1.0.6/configure.ac.orig 2015-10-26 00:06:30.060254321 +0100
|
|||
+++ harfbuzz-1.0.6/configure.ac 2015-10-26 00:07:17.364140612 +0100
|
|||
@@ -93,14 +93,6 @@
|
|||
;; |
|||
esac |
|||
|
|||
- case "$host" in
|
|||
- arm-*-*)
|
|||
- if test "x$ac_cv_alignof_struct_char__" != x1; then
|
|||
- # Request byte alignment
|
|||
- CXXFLAGS="$CXXFLAGS -mstructure-size-boundary=8"
|
|||
- fi
|
|||
- ;;
|
|||
- esac
|
|||
fi |
|||
|
|||
AM_CONDITIONAL(HAVE_GCC, test "x$GCC" = "xyes") |
|||
@ -1,18 +0,0 @@ |
|||
--- harfbuzz/CMakeLists.txt.notests 2018-05-24 15:14:05.682443200 +0200
|
|||
+++ harfbuzz/CMakeLists.txt 2018-05-24 15:14:17.437916300 +0200
|
|||
@@ -808,6 +808,7 @@ endif ()
|
|||
|
|||
|
|||
## src/ executables |
|||
+if(NOT WIN32 OR NOT ${CMAKE_SYSTEM_NAME} MATCHES "WindowsStore")
|
|||
foreach (prog main test test-would-substitute test-size-params test-buffer-serialize hb-ot-tag test-unicode-ranges) |
|||
set (prog_name ${prog}) |
|||
if (${prog_name} STREQUAL "test") |
|||
@@ -818,6 +819,7 @@ foreach (prog main test test-would-subst
|
|||
target_link_libraries(${prog_name} harfbuzz ${THIRD_PARTY_LIBS}) |
|||
endforeach () |
|||
set_target_properties(hb-ot-tag PROPERTIES COMPILE_FLAGS "-DMAIN") |
|||
+endif()
|
|||
|
|||
## Tests |
|||
if (UNIX OR MINGW) |
|||
Loading…
Reference in new issue