diff options
Diffstat (limited to 'biology/phred/files/patch-Makefile')
-rw-r--r-- | biology/phred/files/patch-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/biology/phred/files/patch-Makefile b/biology/phred/files/patch-Makefile new file mode 100644 index 000000000000..244e284a9f94 --- /dev/null +++ b/biology/phred/files/patch-Makefile @@ -0,0 +1,13 @@ +--- Makefile.orig 2002-07-27 07:22:10.000000000 +0900 ++++ Makefile 2007-12-06 16:41:35.000000000 +0900 +@@ -12,8 +12,8 @@ + + # UNIX specific definitions (default) + # +-CC= cc +-CFLAGS= -O -DANSI_C $(LXFLAGS) ++CC?= cc ++CFLAGS+= -DANSI_C $(LXFLAGS) + CLIB= -lm + + # Windows 'nmake' specific definitions |