svn commit: r341754 - head/games/zaz

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 29 16:08:47 UTC 2014


Author: amdmi3
Date: Wed Jan 29 16:08:46 2014
New Revision: 341754
URL: http://svnweb.freebsd.org/changeset/ports/341754
QAT: https://qat.redports.org/buildarchive/r341754/

Log:
  - Fix build after libvorbis update

Modified:
  head/games/zaz/Makefile

Modified: head/games/zaz/Makefile
==============================================================================
--- head/games/zaz/Makefile	Wed Jan 29 16:00:41 2014	(r341753)
+++ head/games/zaz/Makefile	Wed Jan 29 16:08:46 2014	(r341754)
@@ -44,5 +44,7 @@ PLIST_SUB+=	NLS="@comment "
 post-patch:
 	@${REINPLACE_CMD} -e '/^zazdocdir =/ s|$${prefix}/doc|$${prefix}/share/doc|' \
 		${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e '/PKG_CONFIG/ s|vorbisfile |&vorbis |' \
+		${WRKSRC}/configure.ac ${WRKSRC}/configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list