diff options
Diffstat (limited to 'net/gtic/files/patch-CONFIG')
-rw-r--r-- | net/gtic/files/patch-CONFIG | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/net/gtic/files/patch-CONFIG b/net/gtic/files/patch-CONFIG deleted file mode 100644 index a1f6346eb18a..000000000000 --- a/net/gtic/files/patch-CONFIG +++ /dev/null @@ -1,28 +0,0 @@ ---- 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. - |