Date: 12 Nov 2002 17:41:59 -0500 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Glenn Johnson <glennpj@charter.net> Cc: Sean McNeil <sean@mcneil.com>, Adam Weinberger <adamw@FreeBSD.ORG>, gnome@FreeBSD.ORG Subject: Re: soup build failure Message-ID: <1037140919.2584.33.camel@gyros> In-Reply-To: <20021112222722.GA14587@gforce.johnson.home> References: <BJEIIPHPIIDCPFGIPEPBIEAPCAAA.sean@mcneil.com> <1037131484.2584.6.camel@gyros> <20021112201943.GA1128@gforce.johnson.home> <1037133036.2584.14.camel@gyros> <20021112222722.GA14587@gforce.johnson.home>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-C56oVs9qYzRyX1VTyazu Content-Type: text/plain Content-Transfer-Encoding: 7bit On Tue, 2002-11-12 at 17:27, Glenn Johnson wrote: > On Tue, Nov 12, 2002 at 03:30:36PM -0500, Joe Marcus Clarke wrote: > > > Did you try my new Makefile? > > I just tried it with the original patch-configure. The ";;" problem > persists. Sorry, here's the file. Joe -- PGP Key : http://www.marcuscom.com/pgp.asc --=-C56oVs9qYzRyX1VTyazu Content-Disposition: attachment; filename=patch-configure Content-Type: text/plain; name=patch-configure; charset=ISO8859-1 Content-Transfer-Encoding: 7bit --- configure.orig Fri Jun 7 11:58:41 2002 +++ configure Tue Nov 12 17:40:49 2002 @@ -6554,6 +6554,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" +$ac_aux_dir/ltconfig $LIBTOOL_DEPS # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' @@ -7460,9 +7461,9 @@ rm -f conf.glibtest - GLIB_CFLAGS=`glib-config --cflags glib` - GLIB_LIBS=`glib-config --libs glib` - GMODULE_LIBS=`glib-config --libs gmodule` + GLIB_CFLAGS=`$GLIB_CONFIG --cflags glib` + GLIB_LIBS=`$GLIB_CONFIG --libs glib` + GMODULE_LIBS=`$GLIB_CONFIG --libs gmodule` FAVOUR_LIBXML=1 SOUP_PKGCONFIG_REQUIRES="glib" @@ -9083,11 +9084,11 @@ fi if test x$APXS != xno; then - APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS`" - APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB` +# APACHE_CFLAGS="-I`apxs -q INCLUDEDIR CFLAGS | sed -e 's|;;||g'`" +# APACHE_LIBS=`apxs -q LDFLAGS_SHLIB LIBS_SHLIB` - save_CPPFLAGS=$CPPFLAGS - CPPFLAGS=$APACHE_CFLAGS +# save_CPPFLAGS=$CPPFLAGS +# CPPFLAGS=$APACHE_CFLAGS for ac_header in httpd.h http_config.h http_core.h http_log.h http_main.h http_protocol.h do --=-C56oVs9qYzRyX1VTyazu-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1037140919.2584.33.camel>