svn commit: r317376 - head/multimedia/dtv

Baptiste Daroussin bapt at FreeBSD.org
Sat May 4 22:06:50 UTC 2013


Author: bapt
Date: Sat May  4 22:06:50 2013
New Revision: 317376
URL: http://svnweb.freebsd.org/changeset/ports/317376

Log:
  Fix build on current

Modified:
  head/multimedia/dtv/Makefile

Modified: head/multimedia/dtv/Makefile
==============================================================================
--- head/multimedia/dtv/Makefile	Sat May  4 22:06:48 2013	(r317375)
+++ head/multimedia/dtv/Makefile	Sat May  4 22:06:50 2013	(r317376)
@@ -21,6 +21,7 @@ USE_XORG=	xau x11 xext xxf86dga
 NOT_FOR_ARCHS=	sparc64
 
 post-patch:
-	@${REINPLACE_CMD} 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' ${WRKSRC}/Makefile
+	@${REINPLACE_CMD} -e 's|^\(LDADD +=.*\)|\1 -lxcb -lXau -lXdmcp|' \
+		-e 's/NOMAN/NO_MAN/' ${WRKSRC}/Makefile
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list