svn commit: r346385 - head/multimedia/xine

Juergen Lock nox at FreeBSD.org
Thu Feb 27 20:02:13 UTC 2014


Author: nox
Date: Thu Feb 27 20:02:12 2014
New Revision: 346385
URL: http://svnweb.freebsd.org/changeset/ports/346385
QAT: https://qat.redports.org/buildarchive/r346385/

Log:
  Fix build after glib depends on libiconv again.
  
  Submitted by:	beefy2 via pkg-fallout

Modified:
  head/multimedia/xine/Makefile

Modified: head/multimedia/xine/Makefile
==============================================================================
--- head/multimedia/xine/Makefile	Thu Feb 27 19:52:11 2014	(r346384)
+++ head/multimedia/xine/Makefile	Thu Feb 27 20:02:12 2014	(r346385)
@@ -72,6 +72,9 @@ post-patch:
 	@${REINPLACE_CMD} -e \
 		's|: install-docsDATA|:|' ${WRKSRC}/${file}
 .endfor
+	@${REINPLACE_CMD} -e \
+		's|\(xine_LDADD =\)|\1 \$$(LTLIBICONV)|' \
+		${WRKSRC}/src/xitk/Makefile.in
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-all mailing list