Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 18:57:04 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369993 - head/net/liveMedia
Message-ID:  <201410041857.s94Iv4ZH013834@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041857.s94Iv4ZH013834>