diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2010-09-13 09:47:52 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2010-09-13 09:47:52 (GMT) |
commit | 7695cd835a5577fa515125a60b661ba01d0b2632 (patch) | |
tree | 2c08fef922613e05cc1b347bbed5b3cad0f8ce85 /doc | |
parent | d70597fd9483f3e6bbea87c3d60e6023dd747252 (diff) | |
download | mxe-7695cd835a5577fa515125a60b661ba01d0b2632.zip mxe-7695cd835a5577fa515125a60b661ba01d0b2632.tar.gz mxe-7695cd835a5577fa515125a60b661ba01d0b2632.tar.bz2 |
bugfix: use GNU Patch under FreeBSD (by Tony Theodore)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 6ae0b63..d8fc0d9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -589,8 +589,8 @@ USE_OSGPLUGIN(<plugin2>) <!-- http://www.freebsd.org/ports/ --> <pre>pkg_add -r automake110 autoconf262 bash bison cmake \ - flex gmake gsed libtool openssl perl \ - pkg-config scons unzip wget xz</pre> + flex gmake gsed libtool openssl patch perl \ + pkg-config scons unzip wget</pre> <p> Ensure that /usr/local/bin preceeds /usr/bin in your $PATH: |