diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-10-14 00:21:10 +0200 |
commit | 084c175e59e9ea61c68154ad9982adcd918cbfcf (patch) | |
tree | e7919bb0660b8598855a45e6c56709cfc856f54d /package/iptraf/patches/patch-src_Makefile | |
parent | 838ba34414112d674ed917d83bdae7c1a8dafdc6 (diff) |
make MacOS X works as build system for most of the packages, update some packages to latest stable upstream version
Diffstat (limited to 'package/iptraf/patches/patch-src_Makefile')
-rw-r--r-- | package/iptraf/patches/patch-src_Makefile | 13 |
1 files changed, 10 insertions, 3 deletions
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: |