Impress Remote 1.0.5, tag sdremote-1.0.5
[LibreOffice.git] / icu / icu4c.9313.cygwin.patch
blob666f6757a6bed31e9375f0862232e8bcc9755ed3
1 --- misc/icu/source/icudefs.mk.in
2 +++ misc/build/icu/source/icudefs.mk.in
3 @@ -266,9 +266,9 @@
4 include @platform_make_fragment@
6 # Current full path directory.
7 -CURR_FULL_DIR=$(shell pwd | sed 's/ /\\ /g')
8 +CURR_FULL_DIR?=$(shell pwd | sed 's/ /\\ /g')
9 # Current full path directory for use in source code in a -D compiler option.
10 -CURR_SRCCODE_FULL_DIR=$(shell pwd | sed 's/ /\\ /')
11 +CURR_SRCCODE_FULL_DIR?=$(shell pwd | sed 's/ /\\ /')
13 # When shared libraries are disabled and static libraries are enabled,
14 # the C++ compiler must be used to link in the libraries for the tools.