diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 03:30:40 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-25 03:30:40 +0000 |
commit | cf4add4987f241767a4fb7595911279ebca8c695 (patch) | |
tree | ea176493a7fa896b20e2112208dd884851e9c36c /net/nttcp/files/patch-aa | |
parent | Upgrade to 0.7.9, the latest and greatest with even more dissectors. (diff) |
Upgrade to version 1.45, use better building logic.
Notes
Notes:
svn path=/head/; revision=24040
Diffstat (limited to 'net/nttcp/files/patch-aa')
-rw-r--r-- | net/nttcp/files/patch-aa | 21 |
1 files changed, 5 insertions, 16 deletions
diff --git a/net/nttcp/files/patch-aa b/net/nttcp/files/patch-aa index 0f908806e9b6..f91b484f465f 100644 --- a/net/nttcp/files/patch-aa +++ b/net/nttcp/files/patch-aa @@ -1,31 +1,20 @@ ---- Makefile.old Wed Oct 7 15:12:25 1998 -+++ Makefile Mon Dec 7 23:03:15 1998 +--- Makefile.orig Tue Sep 28 12:02:26 1999 ++++ Makefile Fri Dec 24 22:29:00 1999 @@ -109,12 +109,12 @@ #INC= ## For FreeBSD -#ARCH= -DFreeBSD -#LIB= --#OPT= -O2 ++ARCH= -DFreeBSD ++LIB= + #OPT= -O2 -#CC= cc -#DBG= -#INC= -+ARCH= -DFreeBSD -+LIB= -+OPT= -O2 +CC= cc +DBG= +INC= ## For SGI IRIX 5.3, 6.2 (cc or gcc) #ARCH= -@@ -151,7 +151,8 @@ - VERSION= 1.4 - prefix= /usr/local/dist/DIR/nttcp-$(VERSION) - #prefix= /usr/local --CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\" -+#CFLAGS = $(ARCH) $(DBG) $(DEF) $(INC) $(OPT) -DVERSION=\"$(VERSION)\" -+CFLAGS = $(ARCH) $(CFLG) -DVERSION=\"$(VERSION)\" - LFLAGS = $(DBG) - - nttcp: nttcp.o support.o |