diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-04 13:12:03 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-06-04 13:12:03 +0000 |
| commit | 63b216ec5408c1360d7b7077c5e6849482c15b86 (patch) | |
| tree | dec49138e5ec9594049da9294dba222d3f4f6fb4 /security/openvas-client/files/patch-src-gui-Makefile | |
| parent | - Update to 1.5.0.53.38 (diff) | |
[NEW PORT] security/openvas-client: A GUI client for OpenVAS
OpenVAS stands for Open Vulnerability Assessment System and
is a network security scanner with associated tools like a
graphical user fontend. The core is a server component with
a set of network vulnerability tests (NVTs) to detect
security problems in remote systems and applications.
WWW: http://www.openvas.org/
PR: ports/123131
Submitted by: Tomoyuki Sakurai <cherry@trombik.org>
Diffstat (limited to 'security/openvas-client/files/patch-src-gui-Makefile')
| -rw-r--r-- | security/openvas-client/files/patch-src-gui-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/openvas-client/files/patch-src-gui-Makefile b/security/openvas-client/files/patch-src-gui-Makefile new file mode 100644 index 000000000000..eedd6b297675 --- /dev/null +++ b/security/openvas-client/files/patch-src-gui-Makefile @@ -0,0 +1,11 @@ +--- src/gui/Makefile.orig 2008-04-27 10:56:55.000000000 +0900 ++++ src/gui/Makefile 2008-04-27 10:57:17.000000000 +0900 +@@ -42,7 +42,7 @@ + CFLAGS+=-Wall + + # Add some specific Windows compile options for Cygwin +-SYSTEM:=$(shell uname -o) ++SYSTEM:=$(shell uname -s) + ifeq ($(SYSTEM), Cygwin) + CFLAGS+=-mms-bitfields + LDFLAGS+=-mwindows |
