To: vim_dev@googlegroups.com Subject: Patch 9.0.0588 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0588 Problem: MorphOS build is broken. Solution: Add "-lm" to LDFLAGS and "-noixemul" to CFLAGS. (Ola Söder, closes #11222) Files: src/Make_ami.mak *** ../vim-9.0.0587/src/Make_ami.mak 2021-12-20 14:22:39.000000000 +0000 --- src/Make_ami.mak 2022-09-25 19:36:06.091627324 +0100 *************** *** 68,74 **** LDFLAGS = -DHAVE_FSYNC -ldebug else ifeq ($(UNM),MorphOS) ! LDFLAGS = -ldebug -noixemul endif endif endif --- 68,75 ---- LDFLAGS = -DHAVE_FSYNC -ldebug else ifeq ($(UNM),MorphOS) ! CFLAGS += -noixemul ! LDFLAGS = -ldebug -lm -noixemul endif endif endif *** ../vim-9.0.0587/src/version.c 2022-09-25 19:25:47.820759331 +0100 --- src/version.c 2022-09-25 19:36:25.443591863 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 588, /**/ -- hundred-and-one symptoms of being an internet addict: 174. You know what a listserv is. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///