Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2014 18:45:59 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367072 - head/audio/sdl_mixer
Message-ID:  <201409021845.s82IjxVa093730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Tue Sep  2 18:45:59 2014
New Revision: 367072
URL: http://svnweb.freebsd.org/changeset/ports/367072
QAT: https://qat.redports.org/buildarchive/r367072/

Log:
  - Unbreak the build, if MODPLUG is selected
  
  PR:		193177
  Submitted by:	Jan Beich <jbeich@vfemail.net>

Modified:
  head/audio/sdl_mixer/Makefile

Modified: head/audio/sdl_mixer/Makefile
==============================================================================
--- head/audio/sdl_mixer/Makefile	Tue Sep  2 18:43:21 2014	(r367071)
+++ head/audio/sdl_mixer/Makefile	Tue Sep  2 18:45:59 2014	(r367072)
@@ -62,5 +62,7 @@ post-patch:
 		${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e 's|%%CONFIG_FILE%%|${CONFIG_FILE}|g' \
 		${WRKSRC}/timidity/config.h
+	@${REINPLACE_CMD} -e 's|"modplug.h"|"libmodplug/modplug.h"|' \
+		${WRKSRC}/music_modplug.h
 
 .include <bsd.port.mk>



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