svn commit: r348717 - head/audio/sdl2_mixer

Marcus von Appen mva at FreeBSD.org
Thu Mar 20 19:01:36 UTC 2014


Author: mva
Date: Thu Mar 20 19:01:36 2014
New Revision: 348717
URL: http://svnweb.freebsd.org/changeset/ports/348717
QAT: https://qat.redports.org/buildarchive/r348717/

Log:
  - Unbreak build after the recent audio/libmodplug update
  
  Reported by:		pkg-fallout

Modified:
  head/audio/sdl2_mixer/Makefile

Modified: head/audio/sdl2_mixer/Makefile
==============================================================================
--- head/audio/sdl2_mixer/Makefile	Thu Mar 20 18:44:30 2014	(r348716)
+++ head/audio/sdl2_mixer/Makefile	Thu Mar 20 19:01:36 2014	(r348717)
@@ -54,5 +54,7 @@ VORBIS_CONFIGURE_ENABLE=	music-ogg
 post-patch:
 	@${REINPLACE_CMD} -e 's|\($$(prefix)/libdata/pkgconfig\)|$$(DESTDIR)\1|' \
 		${WRKSRC}/Makefile.in
+	@${REINPLACE_CMD} -e 's|"modplug.h"|"libmodplug/modplug.h"|' \
+		${WRKSRC}/dynamic_modplug.h ${WRKSRC}/music_modplug.h
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list