summaryrefslogtreecommitdiff
path: root/net/gtic/files/patch-CONFIG
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:59:16 +0000
commit69ea23ed7175d5c34a21bba1ef9262f311c69284 (patch)
treee2e604e83659be7f58596e80b3cf18e9d7d06dae /net/gtic/files/patch-CONFIG
parentStage net-mgmt/routers2 and cleanup (diff)
Rename net/ patch-xy patches to reflect the files they modify.
Approve by: portmgr (not really, but one of these is modifying an unstaged port)
Notes
Notes: svn path=/head/; revision=363285
Diffstat (limited to 'net/gtic/files/patch-CONFIG')
-rw-r--r--net/gtic/files/patch-CONFIG28
1 files changed, 28 insertions, 0 deletions
diff --git a/net/gtic/files/patch-CONFIG b/net/gtic/files/patch-CONFIG
new file mode 100644
index 000000000000..a1f6346eb18a
--- /dev/null
+++ b/net/gtic/files/patch-CONFIG
@@ -0,0 +1,28 @@
+--- CONFIG.orig Mon Jul 6 16:09:40 1998
++++ CONFIG Sun Mar 5 19:42:04 2000
+@@ -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,13 +15,13 @@
+ 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}\"
++DEFINES += ${OPTS} -DCONFIG=\"${CONFIG}\" -DVERSION=\"${VERSION}\"
+
+ # Compile-time options.
+