Revision: 25723 http://sourceforge.net/p/gar/code/25723 Author: lblume Date: 2016-05-23 17:18:00 +0000 (Mon, 23 May 2016) Log Message: ----------- scummvm/trunk: Add patch
Modified Paths: -------------- csw/mgar/pkg/scummvm/trunk/Makefile Added Paths: ----------- csw/mgar/pkg/scummvm/trunk/files/0003-freetype-config_is_misused.patch Modified: csw/mgar/pkg/scummvm/trunk/Makefile =================================================================== --- csw/mgar/pkg/scummvm/trunk/Makefile 2016-05-23 12:29:41 UTC (rev 25722) +++ csw/mgar/pkg/scummvm/trunk/Makefile 2016-05-23 17:18:00 UTC (rev 25723) @@ -39,6 +39,7 @@ BUILD_DEP_PKGS_CSWscummvm += CSWwhich PATCHFILES += 0002-configure-really-is-a-bash-script.patch +PATCHFILES += 0003-freetype-config_is_misused.patch #PATCHFILES += 0003-redefining-FILE.patch #PATCHFILES += 0002-remove-posixisms.patch Added: csw/mgar/pkg/scummvm/trunk/files/0003-freetype-config_is_misused.patch =================================================================== --- csw/mgar/pkg/scummvm/trunk/files/0003-freetype-config_is_misused.patch (rev 0) +++ csw/mgar/pkg/scummvm/trunk/files/0003-freetype-config_is_misused.patch 2016-05-23 17:18:00 UTC (rev 25723) @@ -0,0 +1,13 @@ +--- a/configure ++++ b/configure +@@ -4220,8 +4220,8 @@ if test "$_freetype2" != "no"; then + if test -z "$_freetypeconfig"; then + _freetype2=no + else +- FREETYPE2_LIBS=`$_freetypeconfig --prefix="$_freetypepath" --libs` +- FREETYPE2_CFLAGS=`$_freetypeconfig --prefix="$_freetypepath" --cflags` ++ FREETYPE2_LIBS=`$_freetypeconfig --libs` ++ FREETYPE2_CFLAGS=`$_freetypeconfig --cflags` + + if test "$_freetype2" = "auto"; then + _freetype2=no This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.