aboutsummaryrefslogtreecommitdiff
path: root/comms/yaps/files/patch-Config
diff options
context:
space:
mode:
Diffstat (limited to 'comms/yaps/files/patch-Config')
-rw-r--r--comms/yaps/files/patch-Config51
1 files changed, 0 insertions, 51 deletions
diff --git a/comms/yaps/files/patch-Config b/comms/yaps/files/patch-Config
deleted file mode 100644
index f4f03628e7bf..000000000000
--- a/comms/yaps/files/patch-Config
+++ /dev/null
@@ -1,51 +0,0 @@
---- Config.orig 1997-06-14 10:32:18 UTC
-+++ Config
-@@ -1,9 +1,9 @@
- # -*- sh -*-
- # SECTION A.) Global configuration
- # Select compiler command
--CC = gcc
-+#CC = gcc
- #
--CFLAGS = -Wall -Wno-parentheses -Wshadow -Wstrict-prototypes -Wmissing-prototypes
-+#CFLAGS = -Wall -Wno-parentheses -Wshadow -Wstrict-prototypes -Wmissing-prototypes
- LDFLAGS =
- EXLIBS =
- #
-@@ -14,22 +14,22 @@ EXLIBS =
- #LUA = True
- #
- # Define this to disable debugging
--#NDEBUG = True
-+NDEBUG = True
- #
- #
- #
- # SECTION B.) yaps configuration
- # Name and location of global configuration file
--YAPS_CFGFILE = /etc/yaps.rc
-+YAPS_CFGFILE = ${PREFIX}/etc/yaps.rc
- # Name of local configuration file (location is $HOME.)
- YAPS_LCFGFILE = .yapsrc
- # Directory for installing the binary
--YAPS_BINDIR = /usr/local/bin
-+YAPS_BINDIR = ${PREFIX}/bin
- # Directory for optional support files
--YAPS_LIBDIR = /usr/local/lib/yaps
-+YAPS_LIBDIR = ${PREFIX}/share/yaps
- # User/Group/Mode for yaps
- YAPS_USER = bin
--YAPS_GROUP = uucp
-+YAPS_GROUP = dialer
- YAPS_MODE = 2711
- # User/Group/Mode for global configuration file
- YAPS_RCUSER = bin
-@@ -56,7 +56,7 @@ endif
- #
- ifdef NDEBUG
- DDEFS = -DNDEBUG
--G = -O
-+G =
- else
- G = -g
- endif