summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorPeter Foley <pefoley2@pefoley.com>2014-09-23 21:57:15 -0400
committerMichael Stahl <mstahl@redhat.com>2014-09-26 11:54:33 +0000
commitfee691380bf6a6335c274b13865b9a7f71581331 (patch)
treecf7af8f0b58950beb9afc68340a272c9783e06d3 /external
parented085a6d2043e1da6b50a9d00742b812c9ff0247 (diff)
Fix firebird without cygwin gcc
The firebuild buildsystem calls windres, which depends on cygwin gcc, use rc.exe so that a windows build without cygwin gcc will succeed. Change-Id: Ic7719749b3806232912e3eb8b1ede11e6eb3c10c Reviewed-on: https://gerrit.libreoffice.org/11619 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'external')
-rw-r--r--external/firebird/firebird-cygwin-msvc.patch.12
1 files changed, 1 insertions, 1 deletions
diff --git a/external/firebird/firebird-cygwin-msvc.patch.1 b/external/firebird/firebird-cygwin-msvc.patch.1
index 5e2368b89bcf..b563a1063a9a 100644
--- a/external/firebird/firebird-cygwin-msvc.patch.1
+++ b/external/firebird/firebird-cygwin-msvc.patch.1
@@ -790,5 +790,5 @@ unchanged:
$(GEN_ROOT)/%.res: $(SRC_ROOT)/%.rc
- windres --output-format=coff --include-dir=$(<D) $< $@
-+ windres --output-format=coff --include-dir=$(<D) --target=pe-i386 $< $@
++ rc.exe $(SOLARINC) /fo $@ $<
only in patch2: