summaryrefslogtreecommitdiff
path: root/user/heirloom-devtools/configure.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-28 23:06:24 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-28 23:06:24 +0000
commit244e9cac8037b36a502ec055c3c74078832b2129 (patch)
tree071f4bcc3d5ce0ced8c08d1b64bc0d4626e1b67b /user/heirloom-devtools/configure.patch
parent412d288bc4d13d5c6dfc61f7c879b1fad5c71c68 (diff)
downloadpackages-244e9cac8037b36a502ec055c3c74078832b2129.tar.gz
packages-244e9cac8037b36a502ec055c3c74078832b2129.tar.bz2
packages-244e9cac8037b36a502ec055c3c74078832b2129.tar.xz
packages-244e9cac8037b36a502ec055c3c74078832b2129.zip
user/heirloom-devtools: move to system, install m4 and make to /usr/5bin
Diffstat (limited to 'user/heirloom-devtools/configure.patch')
-rw-r--r--user/heirloom-devtools/configure.patch54
1 files changed, 0 insertions, 54 deletions
diff --git a/user/heirloom-devtools/configure.patch b/user/heirloom-devtools/configure.patch
deleted file mode 100644
index 614adf94f..000000000
--- a/user/heirloom-devtools/configure.patch
+++ /dev/null
@@ -1,54 +0,0 @@
---- 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=$(PREFIX)/bin
-
- #
- # 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.