Kaydet (Commit) e31e8a13 authored tarafından Michael Stahl's avatar Michael Stahl

orcus: use gb_UnpackedTarball_fix_end_of_line so patch applies

Change-Id: I455ae6cb2b99253c1a66d8d4ddab3ba5e1e9fb80
üst 1c5e30cb
......@@ -21,9 +21,12 @@ orcus_patches += liborcus_0.1.0-configure.patch
# fix MinGW build
orcus_patches += liborcus_0.1.0-mingw.patch
# disable boost "auto lib" in MSVC build
# for some reason (CRLF in file?) this patch doesn't want to apply on unix...
orcus_patches += liborcus_0.1.0-boost_disable_auto_lib.patch
$(eval $(call gb_UnpackedTarball_fix_end_of_line,orcus,\
vsprojects/liborcus-static-nozip/liborcus-static-nozip.vcproj \
))
$(eval $(call gb_UnpackedTarball_add_patches,orcus,\
$(foreach patch,$(orcus_patches),liborcus/$(patch)) \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment