diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-26 07:03:27 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-26 07:03:27 +0000 |
commit | 5c1d9218f12b6fd5f5bfeb030e4b7e76d7c38400 (patch) | |
tree | 59de7e6ca0d3e4bd44dca7d82177da1a150eb55b /net/mudix/files/patch-aa | |
parent | upgrade to 1.4.1. (diff) |
Update to 3.5. Relase this port to the world so someone more interested
in maintaining it can take the job.
PR: 22893
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | net/mudix/files/patch-aa | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/net/mudix/files/patch-aa b/net/mudix/files/patch-aa index b74c0643b789..e69de29bb2d1 100644 --- a/net/mudix/files/patch-aa +++ b/net/mudix/files/patch-aa @@ -1,18 +0,0 @@ ---- Makefile Sun Mar 26 13:02:11 2000 -+++ Makefile.new Sun Mar 26 13:41:34 2000 -@@ -1,10 +1,11 @@ --CC = gcc -+LOCALBASE ?= /usr/local -+CC ?= gcc - PROF = - DEBUG = - NOCRYPT = --O_FLAGS = -O -g --C_FLAGS = $(O_FLAGS) -DPOLLING -Wall $(DEBUG) $(PROF) $(NOCRYPT) --L_FLAGS = $(O_FLAGS) -lpanel -lncurses $(DEBUG) $(PROF) -+O_FLAGS = ${CFLAGS} -+C_FLAGS = $(O_FLAGS) -DPOLLING -Wall $(DEBUG) $(PROF) $(NOCRYPT) -I$(LOCALBASE)/include/ncurses -I$(LOCALBASE)/include -+L_FLAGS = $(O_FLAGS) -lpanel -lncurses $(DEBUG) $(PROF) -L$(LOCALBASE)/lib - - O_FILES = alias.o commands.o file.o input.o log.o mudix.o output.o parse.o \ - path.o settings.o tabs.o telnet.o trigger.o |