freebsd-ports/security/openvas-server/files/patch-openvas.tmpl.in
Pav Lucistnik 528cf59431 - Fix build on 7.x (objformat removal)
- Move Makefile.common from server to libraries port
- Minor fixes

PR:		ports/124331 ports/124335-7 ports/124371
Submitted by:	Tomoyuki Sakurai <cherry@trombik.org> (maintainer)
2008-06-08 13:20:15 +00:00

9 lines
302 B
Cheetah

--- openvas.tmpl.in.orig 2007-10-18 04:25:43.000000000 +0900
+++ openvas.tmpl.in 2008-04-27 17:52:51.000000000 +0900
@@ -128,5 +128,6 @@
NASLCFLAGS=@NASLCFLAGS@
OPENVAS_CFLAGS=$(CWARN) $(include) $(OVSCFLAGS) $(NASLCFLAGS) $(OPENVAS_DIRECTORIES)
CFLAGS=@CFLAGS@
+CPPFLAGS=@CPPFLAGS@
LIBS=@LIBS@