From 368526047eaa297664ebdebcdca2a59796fc164c Mon Sep 17 00:00:00 2001 From: jlam Date: Tue, 6 Jul 1999 08:06:29 +0000 Subject: * Update ncurses dependency. * Use more extensible way of passing necessary -I flags to configure. --- net/ntop/patches/patch-ag | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 net/ntop/patches/patch-ag (limited to 'net/ntop/patches') diff --git a/net/ntop/patches/patch-ag b/net/ntop/patches/patch-ag new file mode 100644 index 00000000000..d40474b4535 --- /dev/null +++ b/net/ntop/patches/patch-ag @@ -0,0 +1,14 @@ +$NetBSD: patch-ag,v 1.1 1999/07/06 08:06:30 jlam Exp $ + +--- Makefile.in.orig Tue Oct 6 11:27:31 1998 ++++ Makefile.in Fri Jul 2 14:19:28 1999 +@@ -42,7 +42,8 @@ + DEFS = @DEFS@ + + # Standard CFLAGS +-CFLAGS = $(CCOPT) $(DEFS) $(INCLS) ++CPPFLAGS = @CPPFLAGS@ ++CFLAGS = $(CCOPT) $(CPPFLAGS) $(DEFS) $(INCLS) + + # Standard LDFLAGS + LDFLAGS = @LDFLAGS@ -- cgit v1.2.3