diff options
Diffstat (limited to 'sci-biology/staden/files/staden-1.5.3-text_utils.patch')
-rw-r--r-- | sci-biology/staden/files/staden-1.5.3-text_utils.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-biology/staden/files/staden-1.5.3-text_utils.patch b/sci-biology/staden/files/staden-1.5.3-text_utils.patch new file mode 100644 index 000000000000..315860248dfc --- /dev/null +++ b/sci-biology/staden/files/staden-1.5.3-text_utils.patch @@ -0,0 +1,17 @@ +--- src/text_utils/Makefile.old 2004-11-09 04:53:27.000000000 -0500 ++++ src/text_utils/Makefile 2005-01-08 23:17:12.196381560 -0500 +@@ -41,14 +41,6 @@ + + .PRECIOUS: .links + .links: +- ln -s ../licence/boxes.h . +- ln -s ../licence/licence.h . +- ln -s ../licence/check_licence.c . +- ln -s ../licence/licence_utils.c . +- ln -s ../licence/licence_utils.h . +- ln -s ../licence/md52.c . +- ln -s ../licence/md52.h . +- ln -s ../licence/valid_seq.c . + touch .links + $(MAKE) $(MFLAGS) + |