aboutsummaryrefslogtreecommitdiffstats
path: root/misc/yaunc/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'misc/yaunc/files/patch-aa')
-rw-r--r--misc/yaunc/files/patch-aa24
1 files changed, 0 insertions, 24 deletions
diff --git a/misc/yaunc/files/patch-aa b/misc/yaunc/files/patch-aa
deleted file mode 100644
index 22e850774fa3..000000000000
--- a/misc/yaunc/files/patch-aa
+++ /dev/null
@@ -1,24 +0,0 @@
---- Makefile.orig Sun Aug 13 16:12:37 2000
-+++ Makefile Sat Dec 16 16:45:06 2000
-@@ -1,15 +1,15 @@
- # Compiler, flags, etc...
--CC = gcc
--CFLAGS = -Wall -O3 #-g -DDEBUG2 -DDEBUG1
-+CC ?= gcc
-+CFLAGS += -DDEFAULT_CONF_PATH=\"$(CONFPATH)/$(CONFFILE)\"
-
- # program variables
- LINKNAME = yaunc
--FILENAME = yaunc-`cat VERSION`
--FILEPATH = /usr/local/bin
-+FILENAME = yaunc
-+FILEPATH = ${PREFIX}/bin
- MANPAGE = yaunc.1
--MANPATH = /usr/local/man/man1
-+MANPATH = ${PREFIX}/man/man1
- CONFFILE = yaunc.conf
--CONFPATH = /etc
-+CONFPATH = ${PREFIX}/etc
-
- # platform dependant stuff has the appropriate suffix :)
- OBJ1 = read_conf.o usage.o unp_error.o encode.o unp_sock_wrappers.o \