Patch 9.0.0588

3 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 25, 2022, 2:38:45 PM9/25/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages