diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-06 08:06:29 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-06 08:06:29 +0000 |
commit | 368526047eaa297664ebdebcdca2a59796fc164c (patch) | |
tree | 1635c1c2e0845d00bcd1e33ed15a0a23417f2d07 /net/ntop/patches | |
parent | a48bf91fc2ad29be289dae21f25744a0b9065576 (diff) | |
download | pkgsrc-368526047eaa297664ebdebcdca2a59796fc164c.tar.gz |
* Update ncurses dependency.
* Use more extensible way of passing necessary -I flags to configure.
Diffstat (limited to 'net/ntop/patches')
-rw-r--r-- | net/ntop/patches/patch-ag | 14 |
1 files changed, 14 insertions, 0 deletions
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@ |