svn commit: r369993 - head/net/liveMedia

John Marino marino at FreeBSD.org
Sat Oct 4 18:57:05 UTC 2014


Author: marino
Date: Sat Oct  4 18:57:04 2014
New Revision: 369993
URL: https://svnweb.freebsd.org/changeset/ports/369993
QAT: https://qat.redports.org/buildarchive/r369993/

Log:
  net/liveMedia: Fix building on DF, no-op for FreeBSD

Modified:
  head/net/liveMedia/Makefile

Modified: head/net/liveMedia/Makefile
==============================================================================
--- head/net/liveMedia/Makefile	Sat Oct  4 18:20:58 2014	(r369992)
+++ head/net/liveMedia/Makefile	Sat Oct  4 18:57:04 2014	(r369993)
@@ -21,7 +21,7 @@ WRKSRC=		${WRKDIR}/live
 HAS_CONFIGURE=	yes
 
 CONFIGURE_SCRIPT=	genMakefiles
-CONFIGURE_ARGS=		fixed-${OPSYS:tl}
+CONFIGURE_ARGS=		fixed-freebsd
 
 USES=		gmake
 USE_LDCONFIG=	yes
@@ -39,6 +39,6 @@ BROKEN=		Does not compile
 .endif
 
 post-extract:
-	${CP} ${FILESDIR}/config.fixed-${OPSYS:tl} ${WRKSRC}/
+	${CP} ${FILESDIR}/config.fixed-freebsd ${WRKSRC}
 
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list