From 084c175e59e9ea61c68154ad9982adcd918cbfcf Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 14 Oct 2010 00:21:10 +0200 Subject: make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version --- package/iptraf/patches/patch-src_Makefile | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'package/iptraf/patches/patch-src_Makefile') diff --git a/package/iptraf/patches/patch-src_Makefile b/package/iptraf/patches/patch-src_Makefile index 40b4f9d7d..c65ad0743 100644 --- a/package/iptraf/patches/patch-src_Makefile +++ b/package/iptraf/patches/patch-src_Makefile @@ -1,7 +1,14 @@ $Id$ ---- iptraf-3.0.0.orig/src/Makefile Tue Sep 13 11:11:17 2005 -+++ iptraf-3.0.0/src/Makefile Tue Jan 16 22:27:34 2007 -@@ -113,7 +113,7 @@ iptraf: $(OBJS) textlib +--- iptraf-3.0.0.orig/src/Makefile 2005-09-13 11:11:17.000000000 +0200 ++++ iptraf-3.0.0/src/Makefile 2010-10-05 10:07:10.000000000 +0200 +@@ -107,13 +107,13 @@ BINS = iptraf rvnamed rawtime + + all: $(BINS) + @echo +- @size $(BINS) ++ #@size $(BINS) + + iptraf: $(OBJS) textlib $(CC) $(LDOPTS) $(PROF) -o iptraf $(OBJS) $(LIBS) textlib: -- cgit v1.2.3