diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-04 14:14:45 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-04 14:14:45 +0000 |
commit | bb87ad4446f85062d4ebb1a96f2f240a657b4ea8 (patch) | |
tree | 7df1d70bd8fad8c796d6646124e1628d9010113a /comms/qico/files | |
parent | Add standard 2-clause BSD license to protect my (and mharo's) copyright. (diff) |
- Update to version 0.48.2
- Allow building without qcc aka MORDA (make WITHOUT_MORDA=yes).
PR: 22599
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=34804
Diffstat (limited to 'comms/qico/files')
-rw-r--r-- | comms/qico/files/patch-aa | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/comms/qico/files/patch-aa b/comms/qico/files/patch-aa index 0ac36b13c187..cf6f9d94ffe7 100644 --- a/comms/qico/files/patch-aa +++ b/comms/qico/files/patch-aa @@ -1,5 +1,5 @@ ---- CONFIG.orig Tue Jul 18 18:41:42 2000 -+++ CONFIG Thu Jul 20 19:49:34 2000 +--- CONFIG.orig Sat Oct 28 00:02:38 2000 ++++ CONFIG Fri Nov 3 20:39:19 2000 @@ -6,7 +6,7 @@ BINDIR = /usr/local/bin @@ -9,8 +9,12 @@ # non-binary file permissions PERM = 00600 -@@ -22,11 +22,11 @@ - MORDA = 1 +@@ -19,14 +19,14 @@ + ############################################################################# + + # qcc features (for building this you must have ncurses-4.2+) +-MORDA = 1 ++#MORDA = 1 # Please, set it under FreeBSD -#FREE_BSD=1 @@ -23,7 +27,7 @@ # communication socket DEFS += -DQIPC_SOCKET=\"/tmp/qlog\" -@@ -55,13 +55,13 @@ +@@ -59,13 +59,13 @@ ### OS depended settings ##################################################### ############################################################################## |