summaryrefslogtreecommitdiff
path: root/sysutils/sbase/files/patch-config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sbase/files/patch-config.mk')
-rw-r--r--sysutils/sbase/files/patch-config.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/sysutils/sbase/files/patch-config.mk b/sysutils/sbase/files/patch-config.mk
deleted file mode 100644
index 17991d7f7dae..000000000000
--- a/sysutils/sbase/files/patch-config.mk
+++ /dev/null
@@ -1,21 +0,0 @@
---- config.mk.orig 2017-11-11 02:19:32 UTC
-+++ config.mk
-@@ -2,8 +2,6 @@
- VERSION = 0.0
-
- # paths
--PREFIX = /usr/local
--MANPREFIX = $(PREFIX)/share/man
-
- CC = cc
- AR = ar
-@@ -11,6 +9,6 @@ RANLIB = ranlib
-
- # for NetBSD add -D_NETBSD_SOURCE
- # -lrt might be needed on some systems
--CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_FILE_OFFSET_BITS=64
--CFLAGS = -std=c99 -Wall -pedantic
--LDFLAGS = -s
-+CPPFLAGS += -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_FILE_OFFSET_BITS=64
-+CFLAGS += -std=c99 -Wall -pedantic
-+LDFLAGS += -s