diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-04-09 17:28:20 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-04-09 17:28:20 -0300 |
commit | 9ef17f4aa50b1516ef650d02e4812a7edb0f1e95 (patch) | |
tree | 29ae13f95aea6bf1331f3ae791b4fe1911c02b8e /pkg_config.8.xml | |
parent | 145329bfc95c482e446dc2f30aebd73cb1666762 (diff) | |
download | pfsense-packages-9ef17f4aa50b1516ef650d02e4812a7edb0f1e95.tar.gz pfsense-packages-9ef17f4aa50b1516ef650d02e4812a7edb0f1e95.tar.bz2 pfsense-packages-9ef17f4aa50b1516ef650d02e4812a7edb0f1e95.zip |
Fix build options for avahi
Diffstat (limited to 'pkg_config.8.xml')
-rw-r--r-- | pkg_config.8.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index f401957c..23c07ca7 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -333,7 +333,7 @@ <depends_on_package_base_url>https://files.pfsense.org/packages/8/All/</depends_on_package_base_url> <build_port_path>/usr/ports/net/avahi</build_port_path> <build_port_path>/usr/ports/net/avahi-app</build_port_path> - <build_options>avahi_UNSET_FORCE=GTK</build_options> + <build_options>avahi_UNSET_FORCE=GTK;cairo_UNSET_FORCE=X11 XCB</build_options> <build_pbi> <port>net/avahi</port> </build_pbi> |