From ff18746b550f6787f35ca097be6994590cf85897 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 26 Oct 2007 19:57:08 +0000 Subject: Update qt4 support --- net/avahi-app/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/avahi-app/Makefile b/net/avahi-app/Makefile index d647f23e70ad..2a7e274ffb7d 100644 --- a/net/avahi-app/Makefile +++ b/net/avahi-app/Makefile @@ -84,7 +84,9 @@ CONFIGURE_ARGS+=--enable-qt3 CONFIGURE_ARGS+=--disable-qt3 .endif .if ${AVAHI_SLAVE}=="qt4" -CONFIGURE_ARGS+=--enable-qt4 +CONFIGURE_ARGS+=--enable-qt4 \ + --disable-expat \ + --disable-gdbm .else CONFIGURE_ARGS+=--disable-qt4 .endif -- cgit