Date: Tue, 18 Dec 2012 15:23:09 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309190 - head/lang/seed7 Message-ID: <201212181523.qBIFN9R4071506@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Tue Dec 18 15:23:09 2012 New Revision: 309190 URL: http://svnweb.freebsd.org/changeset/ports/309190 Log: - Use double-precision floating point numbers Modified: head/lang/seed7/Makefile Modified: head/lang/seed7/Makefile ============================================================================== --- head/lang/seed7/Makefile Tue Dec 18 15:20:39 2012 (r309189) +++ head/lang/seed7/Makefile Tue Dec 18 15:23:09 2012 (r309190) @@ -41,6 +41,7 @@ BROKEN= does not compile post-patch: ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g;' ${WRKSRC}/makefile + ${REINPLACE_CMD} -e '/FLOATTYPE_DOUBLE/s|undef|define|' ${WRKSRC}/config.h ${REINPLACE_CMD} -i '' -e 's|./hi|${PREFIX}/bin/hi|g' ${WRKSRC}/../prg/chk_all.sd7 do-install:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212181523.qBIFN9R4071506>