svn commit: r309190 - head/lang/seed7

Pietro Cerutti gahr at FreeBSD.org
Tue Dec 18 15:23:10 UTC 2012


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:


More information about the svn-ports-all mailing list