From fe6c6591701a49490a2bc7e113a849150a9f4957 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Fri, 26 Nov 1999 20:20:53 +0000 Subject: Initial import of gtic version 1.3b. The GNU file forwarder (FSC-0087) for fidonet-like networks. PR: 14498 Submitted by: Denis Shaposhnikov --- net/gtic/files/patch-aa | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 net/gtic/files/patch-aa (limited to 'net/gtic/files/patch-aa') diff --git a/net/gtic/files/patch-aa b/net/gtic/files/patch-aa new file mode 100644 index 000000000000..09698e046650 --- /dev/null +++ b/net/gtic/files/patch-aa @@ -0,0 +1,24 @@ +--- CONFIG.orig Mon Jul 6 16:09:40 1998 ++++ CONFIG Sun Aug 22 14:40:57 1999 +@@ -2,7 +2,7 @@ + VERSION = "1.3b" + + # Main configuration file. +-CONFIG = "/etc/gtic/config" ++CONFIG = "${PREFIX}/etc/gtic/config" + + # Path to other configuration files (also see default config file). + CONFIGDIR = "/etc/gtic" +@@ -15,10 +15,10 @@ + GROUP = gtic + + # Name of C compiler. +-CC = gcc ++#CC = gcc + + # Compiler flags. +-CFLAGS=-Wall -g ++#CFLAGS=-Wall -g + + # Defines for gtic's sources use. + DEFINES = ${OPTS} -DCONFIG=\"${CONFIG}\" -DVERSION=\"${VERSION}\" -- cgit v1.2.3