summaryrefslogtreecommitdiff
path: root/comms/qico/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'comms/qico/files/patch-aa')
-rw-r--r--comms/qico/files/patch-aa51
1 files changed, 51 insertions, 0 deletions
diff --git a/comms/qico/files/patch-aa b/comms/qico/files/patch-aa
new file mode 100644
index 000000000000..cf24599fbd9b
--- /dev/null
+++ b/comms/qico/files/patch-aa
@@ -0,0 +1,51 @@
+--- CONFIG.orig Sat Mar 18 10:12:29 2000
++++ CONFIG Sat Mar 18 11:43:16 2000
+@@ -6,7 +6,7 @@
+ BINDIR = /usr/local/bin
+
+ # default config (can be overridden with -I)
+-CONF = /etc/ftn/qico.conf
++CONF = ${PREFIX}/etc/qico.conf
+ # non-binary file permissions
+ PERM = 00600
+
+@@ -20,10 +20,9 @@
+
+ # qcc features (for building this you must have ncurses-4.2+)
+ MORDA = 1
+-#DEFS += -DFREE_BSD
+
+ # lock dir
+-DEFS += -DLOCK_DIR=\"/var/lock\"
++DEFS += -DLOCK_DIR=\"/var/spool/lock\"
+
+ # communication socket
+ DEFS += -DQIPC_SOCKET=\"/tmp/qlog\"
+@@ -52,19 +51,19 @@
+ ### OS depended settings #####################################################
+ ##############################################################################
+
+-SHELL = /bin/sh
+-CC = gcc
+-AWK = awk
+-INSTALL = install
+-LEX = lex
++SHELL ?= /bin/sh
++CC ?= gcc
++AWK ?= awk
++INSTALL?= install
++LEX ?= lex
+ #YACC = bison -y
+-YACC = yacc
++YACC ?= yacc
+
+ # required for linux glibc2 systems
+ #LIBS=-lresolv
+
+-# required for FreeBSD, if define -DFREE_BSD
+-#LIBS=-lutil
++# required for FreeBSD
++LIBS=-lutil
+
+ #
+ # $Id: CONFIG,v 1.7 2000/01/28 15:53:38 aaz Exp $