opnsense-ports/net/gtic/files/patch-CONFIG
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

28 lines
642 B
Text

--- 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.