From 14e0323db34c3d232068c8fa5f3d72573404411d Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Feb 17 2017 04:40:26 +0000 Subject: added missing patch --- diff --git a/freqtweak-gcc7.patch b/freqtweak-gcc7.patch new file mode 100644 index 0000000..4beb185 --- /dev/null +++ b/freqtweak-gcc7.patch @@ -0,0 +1,12 @@ +diff -rupN freqtweak-0.7.2.org/src/FTjackSupport.cpp freqtweak-0.7.2/src/FTjackSupport.cpp +--- freqtweak-0.7.2.org/src/FTjackSupport.cpp 2009-07-11 16:36:49.000000000 -0400 ++++ freqtweak-0.7.2/src/FTjackSupport.cpp 2017-02-16 23:15:36.371894600 -0500 +@@ -289,7 +289,7 @@ FTprocessPath * FTjackSupport::setProces + return ppath; + } + +- return false; ++ return NULL; + } + +