openbsd-ports/net/trafshow/patches/patch-Makefile_in
brad ce9856f9ad - integrate COMMENT
- bump NEED_VERSION
- add KAME IPv6 patch
- remove LICENSE_TYPE
- move sample config file from PREFIX/lib/trafshow to
PREFIX/share/examples/trafshow
- rename patches
- trim DESCR
- fixup INSTALL/DEINSTALL
2001-04-03 02:43:44 +00:00

15 lines
366 B
Plaintext

$OpenBSD: patch-Makefile_in,v 1.1 2001/04/03 02:43:45 brad Exp $
--- Makefile.in.orig Mon Aug 24 00:54:16 1998
+++ Makefile.in Mon Apr 2 22:28:42 2001
@@ -28,8 +28,8 @@ MANDEST = @mandir@
PROG = trafshow
CC = @CC@
-CCOPT = @V_CCOPT@
-INCLS = -I. @V_INCLS@
+CCOPT = @CFLAGS@
+INCLS = -I. @V_INCLS@ @CPPFLAGS@
DEFS = @DEFS@
CFLAGS = $(CCOPT) $(DEFS) $(INCLS)