diff options
Diffstat (limited to 'comms/qicosi/files/patch-aa')
-rw-r--r-- | comms/qicosi/files/patch-aa | 36 |
1 files changed, 15 insertions, 21 deletions
diff --git a/comms/qicosi/files/patch-aa b/comms/qicosi/files/patch-aa index cf24599fbd9b..0ac36b13c187 100644 --- a/comms/qicosi/files/patch-aa +++ b/comms/qicosi/files/patch-aa @@ -1,5 +1,5 @@ ---- CONFIG.orig Sat Mar 18 10:12:29 2000 -+++ CONFIG Sat Mar 18 11:43:16 2000 +--- CONFIG.orig Tue Jul 18 18:41:42 2000 ++++ CONFIG Thu Jul 20 19:49:34 2000 @@ -6,7 +6,7 @@ BINDIR = /usr/local/bin @@ -9,11 +9,13 @@ # non-binary file permissions PERM = 00600 -@@ -20,10 +20,9 @@ - - # qcc features (for building this you must have ncurses-4.2+) +@@ -22,11 +22,11 @@ MORDA = 1 --#DEFS += -DFREE_BSD + + # Please, set it under FreeBSD +-#FREE_BSD=1 ++FREE_BSD=1 + # lock dir -DEFS += -DLOCK_DIR=\"/var/lock\" @@ -21,7 +23,7 @@ # communication socket DEFS += -DQIPC_SOCKET=\"/tmp/qlog\" -@@ -52,19 +51,19 @@ +@@ -55,13 +55,13 @@ ### OS depended settings ##################################################### ############################################################################## @@ -30,22 +32,14 @@ -AWK = awk -INSTALL = install -LEX = lex -+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 ++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 $ |