Revision: 26092 http://sourceforge.net/p/gar/code/26092 Author: lblume Date: 2017-01-29 15:26:01 +0000 (Sun, 29 Jan 2017) Log Message: ----------- vim/trunk: Solaris math functions suck, must disable tests
Modified Paths: -------------- csw/mgar/pkg/vim/trunk/Makefile Modified: csw/mgar/pkg/vim/trunk/Makefile =================================================================== --- csw/mgar/pkg/vim/trunk/Makefile 2017-01-27 12:54:30 UTC (rev 26091) +++ csw/mgar/pkg/vim/trunk/Makefile 2017-01-29 15:26:01 UTC (rev 26092) @@ -106,6 +106,9 @@ CONFIGURE_ENV_MSGMERGE = $(bindir)/gmsgmerge CONFIGURE_ENV_MSGFMT = $(bindir)/gmsgfmt +# By default, Solaris math functions return wrong values, which fails in tests +SKIPTEST = 1 + include gar/category.mk post-configure: make-interps-lazy This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.