1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/gtic/files/patch-aa
Steve Price fe6c659170 Initial import of gtic version 1.3b.
The GNU file forwarder (FSC-0087) for fidonet-like networks.

PR:		14498
Submitted by:	Denis Shaposhnikov <dsh@vlink.ru>
1999-11-26 20:20:53 +00:00

25 lines
544 B
Plaintext

--- 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}\"