summaryrefslogtreecommitdiff
path: root/system/heirloom-devtools/configure.patch
blob: 6d4652175ac329ad217df06dea9daf1a63d92fb9 (plain) (blame)
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
--- heirloom-devtools-070527/mk.config.old	2007-05-27 11:56:51.000000000 -0500
+++ heirloom-devtools-070527/mk.config	2017-11-24 21:27:26.961471332 -0600
@@ -17,12 +17,12 @@
 #
 # A BSD-compatible install command.
 #
-INSTALL=/usr/ucb/install
+INSTALL=/usr/bin/install
 
 #
 # Prefix.
 #
 PREFIX=/usr/ccs
 
 #
 # Where to place binaries.
@@ -32,7 +32,7 @@
 #
 # Where to place additional binaries that aim at POSIX conformance.
 #
-SUSBIN=/usr/5bin/posix
+SUSBIN=/usr/5bin
 
 #
 # Where to place libraries.
@@ -47,7 +47,7 @@
 #
 # Binaries are stripped with this command after installation.
 #
-STRIP=strip
+STRIP=true
 
 #
 # C++ compiler.
@@ -57,8 +57,8 @@
 #
 # Compiler flags.
 #
-CFLAGS=-O
-CXXFLAGS=-O
+CFLAGS ?= -O
+CXXFLAGS ?= -O
 
 #
 # C preprocessor flags.
@@ -76,7 +76,7 @@
 #
 # Linker flags.
 #
-LDFLAGS=
+LDFLAGS ?=
 
 #
 # Additional libraries to link with.