Kaydet (Commit) a7d34af3 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

lpsolve: missing owner for add_file

Change-Id: I6cf49b204ca8fd00ba5475cb3effbe72546e3a6f
üst befae0ce
......@@ -14,15 +14,23 @@ $(eval $(call gb_UnpackedTarball_set_tarball,lpsolve,$(LPSOLVE_TARBALL)))
$(eval $(call gb_UnpackedTarball_set_patchlevel,lpsolve,3))
ifeq ($(GUI_FOR_BUILD),WNT)
$(eval $(call gb_UnpackedTarball_add_patches,lpsolve,\
lpsolve/lp_solve_5.5-windows.patch \
))
else
$(eval $(call gb_UnpackedTarball_add_patches,lpsolve,\
lpsolve/lp_solve-aix.patch \
lpsolve/lp_solve-fixed-warn.patch \
lpsolve/lp_solve_5.5.patch \
))
$(eval $(call gb_UnpackedTarball_add_file,lpsolve/lpsolve55/ccc.static,lpsolve/ccc.static))
$(eval $(call gb_UnpackedTarball_add_file,lpsolve,\
lpsolve/lpsolve55/ccc.static,lpsolve/ccc.static))
endif
# vim: set noet sw=4 ts=4:
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