summaryrefslogtreecommitdiff
path: root/biology/mummer/patches/patch-aa
blob: 4f3836d2822f3d3ae2eb31ddac9b9d21af909bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
$NetBSD: patch-aa,v 1.5 2007/01/18 19:13:10 rillig Exp $

--- Makefile.orig	2003-07-09 09:49:51.000000000 -0400
+++ Makefile	2003-09-27 18:15:34.000000000 -0400
@@ -22,7 +22,7 @@
 #  'make uninstall' alias for 'make clean' (for compatibility)
 #
 #-------------------------------------------------------------------------------
-SHELL = /bin/sh
+SHELL = ${SH}
 VERSION := 3.19
 
 
@@ -35,15 +35,12 @@
 TIGR_SRC_DIR  := $(TOP_DIR)/src/tigr
 KURTZ_SRC_DIR := $(TOP_DIR)/src/kurtz
 
-CC   := $(filter /%,$(shell /bin/sh -c 'type gcc'))
-CXX  := $(filter /%,$(shell /bin/sh -c 'type g++'))
-SED  := $(filter /%,$(shell /bin/sh -c 'type sed'))
+#CC   := $(filter /%,$(shell /bin/sh -c 'type gcc'))
+#CXX  := $(filter /%,$(shell /bin/sh -c 'type g++'))
+#SED  := $(filter /%,$(shell /bin/sh -c 'type sed'))
-CSH  := $(filter /%,$(shell /bin/sh -c 'type csh'))
+#CSH  := $(filter /%,$(shell /bin/sh -c 'type csh'))
-PERL := $(filter /%,$(shell /bin/sh -c 'type perl'))
-AR   := $(filter /%,$(shell /bin/sh -c 'type ar'))
-
-CPPFLAGS = -Wall -O3
-LDFLAGS  =
+#PERL := $(filter /%,$(shell /bin/sh -c 'type perl'))
+#AR   := $(filter /%,$(shell /bin/sh -c 'type ar'))
 
 FLATS = ACKNOWLEDGEMENTS COPYRIGHT INSTALL LICENSE Makefile README ChangeLog