# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_UnpackedTarball_UnpackedTarball,coinmp)) $(eval $(call gb_UnpackedTarball_set_tarball,coinmp,$(COINMP_TARBALL))) $(eval $(call gb_UnpackedTarball_fix_end_of_line,coinmp,\ CoinMP/MSVisualStudio/v9/CoinMP.sln \ )) $(eval $(call gb_UnpackedTarball_set_patchlevel,coinmp,0)) $(eval $(call gb_UnpackedTarball_add_patches,coinmp,\ external/coinmp/osi_cuts_iterator.patch.0 \ external/coinmp/android.build.patch.1 \ external/coinmp/no-binaries.patch.1 \ external/coinmp/werror-format-security.patch.0 \ external/coinmp/werror-undef.patch.0 \ external/coinmp/coinmp-msvc-disable-sse2.patch.1 \ $(if $(filter MSC,$(COM)),external/coinmp/windows.build.patch.1 \ $(if $(filter 120,$(VCVER)),external/coinmp/coinmp-vs2013.patch.1) \ ) \ $(if $(filter MACOSX,$(OS)),external/coinmp/macosx.build.patch.1) \ external/coinmp/werror-format-pedantic.patch.0 \ external/coinmp/ubsan.patch.0 \ external/coinmp/rpath.patch \ )) # vim: set noet sw=4 ts=4: