diff options
Diffstat (limited to 'math/lp_solve/files/patch-Makefile')
-rw-r--r-- | math/lp_solve/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lp_solve/files/patch-Makefile b/math/lp_solve/files/patch-Makefile index e0239c9b50a0..9031d6a50604 100644 --- a/math/lp_solve/files/patch-Makefile +++ b/math/lp_solve/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jun 7 14:05:47 2003 -+++ Makefile Sat Jun 7 14:37:17 2003 +--- Makefile.orig Thu Jan 9 16:56:51 2003 ++++ Makefile Wed Jul 23 10:11:37 2003 @@ -1,4 +1,4 @@ -CC= gcc +CC= %%CC%% |