--- configure.orig Fri May 10 17:05:47 2002 +++ configure Fri May 10 17:06:17 2002 @@ -6256,6 +6256,9 @@ # for stuff like -lXshm CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" ;; +freebsd*) + CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" + ;; esac for ac_hdr in sys/byteorder.h compat.h getopt.h do @@ -7489,7 +7492,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then - _PTHREAD_LDFLAGS="" + _PTHREAD_LDFLAGS="-pthread" else _PTHREAD_LDFLAGS="-lc_r" fi @@ -9927,7 +9930,7 @@ fi MOC=$HOST_MOC - QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR" + QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR" QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. @@ -10796,7 +10799,7 @@ -MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc" +MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector" case "$target_os" in msvc*|mksnt*|mingw*|cygwin*) @@ -10808,7 +10811,7 @@ MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT ctl" fi -MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin ctl p3p interfaceinfo" +MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl p3p interfaceinfo" # Check whether --enable-extensions or --disable-extensions was given. if test "${enable_extensions+set}" = set; then