1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval
$(call gb_UnpackedTarball_UnpackedTarball
,coinmp
))
12 $(eval
$(call gb_UnpackedTarball_set_tarball
,coinmp
,$(COINMP_TARBALL
)))
14 $(eval
$(call gb_UnpackedTarball_fix_end_of_line
,coinmp
,\
15 CoinMP
/MSVisualStudio
/v9
/CoinMP.sln \
18 $(eval
$(call gb_UnpackedTarball_set_patchlevel
,coinmp
,0))
20 $(eval
$(call gb_UnpackedTarball_update_autoconf_configs
,coinmp
))
21 $(eval
$(call gb_UnpackedTarball_update_autoconf_configs
,coinmp
,\
32 # * external/coinmp/Wnon-c-typedef-for-linkage.patch upstream at
33 # <https://list.coin-or.org/pipermail/coin-discuss/2020-February/003972.html> "[Coin-discuss]
34 # Small patch to fix Clang -Wnon-c-typedef-for-linkage in Clp":
35 $(eval
$(call gb_UnpackedTarball_add_patches
,coinmp
,\
36 external
/coinmp
/osi_cuts_iterator.patch
.0 \
37 external
/coinmp
/no-binaries.patch
.1 \
38 external
/coinmp
/werror-format-security.patch
.0 \
39 external
/coinmp
/werror-undef.patch
.0 \
40 external
/coinmp
/coinmp-msvc-disable-sse2.patch
.1 \
41 $(if
$(filter MSC
,$(COM
)),external
/coinmp
/windows.build.patch
.1) \
42 external
/coinmp
/werror-format-pedantic.patch
.0 \
43 external
/coinmp
/ubsan.patch
.0 \
44 external
/coinmp
/rpath.patch \
45 external
/coinmp
/libtool.patch \
46 external
/coinmp
/Wnon-c-typedef-for-linkage.patch \
47 external
/coinmp
/register.patch \
48 external
/coinmp
/configure-exit.patch \
49 external
/coinmp
/pedantic-errors.patch \
50 external
/coinmp
/bind2nd.patch
.1 \
53 # vim: set noet sw=4 ts=4: