svn commit: r375481 - head/www/cadaver

Antoine Brodin antoine at FreeBSD.org
Wed Dec 24 19:32:29 UTC 2014


Author: antoine
Date: Wed Dec 24 19:32:28 2014
New Revision: 375481
URL: https://svnweb.freebsd.org/changeset/ports/375481
QAT: https://qat.redports.org/buildarchive/r375481/

Log:
  Allow building with neon 30

Modified:
  head/www/cadaver/Makefile

Modified: head/www/cadaver/Makefile
==============================================================================
--- head/www/cadaver/Makefile	Wed Dec 24 18:32:39 2014	(r375480)
+++ head/www/cadaver/Makefile	Wed Dec 24 19:32:28 2014	(r375481)
@@ -63,4 +63,7 @@ CONFIGURE_ARGS+=--disable-nls \
 		--without-libintl-prefix
 .endif
 
+post-patch:
+	@${REINPLACE_CMD} 's,27 28 29,& 30,' ${WRKSRC}/configure
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list