Author: tille Date: 2012-04-23 08:21:58 +0000 (Mon, 23 Apr 2012) New Revision: 10534
Modified: trunk/packages/plink/trunk/debian/changelog trunk/packages/plink/trunk/debian/patches/gcc-4.7.patch Log: Now really builds using gcc-4.7 Modified: trunk/packages/plink/trunk/debian/changelog =================================================================== --- trunk/packages/plink/trunk/debian/changelog 2012-04-23 07:53:44 UTC (rev 10533) +++ trunk/packages/plink/trunk/debian/changelog 2012-04-23 08:21:58 UTC (rev 10534) @@ -1,7 +1,8 @@ plink (1.07-3) UNRELEASED; urgency=low * debian/patches/gcc-4.7.patch: previous patch was incomplete - because the same problem occured in more files + because the same problem occured in more files. Now really + Closes: #667325 -- Andreas Tille <[email protected]> Mon, 23 Apr 2012 07:23:07 +0000 Modified: trunk/packages/plink/trunk/debian/patches/gcc-4.7.patch =================================================================== --- trunk/packages/plink/trunk/debian/patches/gcc-4.7.patch 2012-04-23 07:53:44 UTC (rev 10533) +++ trunk/packages/plink/trunk/debian/patches/gcc-4.7.patch 2012-04-23 08:21:58 UTC (rev 10534) @@ -62,8 +62,9 @@ - while ( j != jf.end() ) + while ( j_iter != jf.end() ) { - PP->printLOG( (*j)->name + " " ); +- PP->printLOG( (*j)->name + " " ); - ++j; ++ PP->printLOG( (*j_iter)->name + " " ); + ++j_iter; } PP->printLOG(" }"); _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
