diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-19 16:52:23 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2007-10-19 16:52:23 +0000 |
commit | 3fe9e09bf3f72d761d456c12b054eacc00e5757d (patch) | |
tree | 19500be524839556748cedf306444432b6291a6d /security/openfwtk/files/patch-Makefile.config | |
parent | - Update to 0.1.13 and unbreak. (diff) |
OpenFWTK is an application proxy toolkit which inherits the ideology
of TIS fwtk and maintains API backwards compatibility. The design goal
is to make it simple yet powerful; no performance hacks allowed in the
code and library dependencies are reduced to minimum.
WWW: http://sourceforge.net/projects/openfwtk
PR: ports/117194
Submitted by: Anton Karpov <toxa at toxahost.ru>
Diffstat (limited to 'security/openfwtk/files/patch-Makefile.config')
-rw-r--r-- | security/openfwtk/files/patch-Makefile.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/openfwtk/files/patch-Makefile.config b/security/openfwtk/files/patch-Makefile.config new file mode 100644 index 000000000000..6038b4f485c7 --- /dev/null +++ b/security/openfwtk/files/patch-Makefile.config @@ -0,0 +1,10 @@ +--- Makefile.config.orig 2007-10-12 02:30:32.000000000 +0400 ++++ Makefile.config 2007-10-12 02:30:52.000000000 +0400 +@@ -1,6 +1,6 @@ + # Define here one of the supported OS-es: + # Linux, FreeBSD, OpenBSD, Solaris, Solaris64, HP-UX, MacOSX +-OSTYPE = Linux ++OSTYPE = FreeBSD + + include $(GMKPATH)/configs/$(OSTYPE) + include $(GMKPATH)/Makefile.common |