From owner-freebsd-gnome Tue Nov 12 14:42:10 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2677837B401; Tue, 12 Nov 2002 14:42:08 -0800 (PST) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6439343E4A; Tue, 12 Nov 2002 14:42:07 -0800 (PST) (envelope-from marcus@marcuscom.com) Received: from [10.2.1.4] (vpn-client-4.marcuscom.com [10.2.1.4]) by creme-brulee.marcuscom.com (8.12.6/8.12.6) with ESMTP id gACMfi4U095150; Tue, 12 Nov 2002 17:41:45 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: soup build failure From: Joe Marcus Clarke To: Glenn Johnson Cc: Sean McNeil , Adam Weinberger , gnome@FreeBSD.ORG In-Reply-To: <20021112222722.GA14587@gforce.johnson.home> References: <1037131484.2584.6.camel@gyros> <20021112201943.GA1128@gforce.johnson.home> <1037133036.2584.14.camel@gyros> <20021112222722.GA14587@gforce.johnson.home> Content-Type: multipart/mixed; boundary="=-C56oVs9qYzRyX1VTyazu" Organization: MarcusCom, Inc. Message-Id: <1037140919.2584.33.camel@gyros> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.0 Date: 12 Nov 2002 17:41:59 -0500 X-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES, SPAM_PHRASE_00_01,UPPERCASE_25_50 version=2.43 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-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