Skip site navigation (1)Skip section navigation (2)
Date:      19 Jan 2002 12:11:36 -0500
From:      Joe Clarke <marcus@marcuscom.com>
To:        Anders Andersson <anders@hack.org>
Cc:        gnome@freebsd.org
Subject:   Re: deskutils/gnomepim
Message-ID:  <1011460296.62255.9.camel@shumai.marcuscom.com>
In-Reply-To: <20020119170500.GA46128@sushi.sanyusan.se>
References:  <20020119162813.GA25897@sushi.sanyusan.se> <1011458564.62255.3.camel@shumai.marcuscom.com> <20020119164923.GC20216@sushi.sanyusan.se> <1011459073.62255.5.camel@shumai.marcuscom.com> <20020119165559.GD20216@sushi.sanyusan.se> <1011459765.62255.7.camel@shumai.marcuscom.com>  <20020119170500.GA46128@sushi.sanyusan.se>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-XdawK1LGRJfuyDNttw6N
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

On Sat, 2002-01-19 at 12:05, Anders Andersson wrote:
> On Sat, Jan 19, 2002 at 12:02:44PM -0500, Joe Clarke wrote:
> > On Sat, 2002-01-19 at 11:55, Anders Andersson wrote:
> > > On Sat, Jan 19, 2002 at 11:51:13AM -0500, Joe Clarke wrote:
> > > > The build will still fail since it looks like gnomepim ignores
> > > > --without-pisock.  I'm looking at it now.
> > > 
> > > Hmm, it built fine with WITHOUT_PILOT defined and your tiny Makefile
> > > patch. 
> > 
> > Do you have gnome-pilot installed?
> 
> No, I removed gnome-pilot and pilot-link before I rebuilt gnomepim.

That's what I thought.  This patch will fix the build even if
gnome-pilot is installed, and you don't want Pilot support.

Joe

> -- 
> Anders Andersson <anders@hack.org>
> UNIX, Networking and Security consultant
> +46 (0)705 87 53 35
> 


--=-XdawK1LGRJfuyDNttw6N
Content-Disposition: attachment; filename=Makefile.patch
Content-Transfer-Encoding: quoted-printable
Content-Type: text/x-makefile; charset=ISO-8859-1

--- Makefile.orig	Sat Jan 19 11:40:59 2002
+++ Makefile	Sat Jan 19 12:10:03 2002
@@ -15,7 +15,7 @@
=20
 MAINTAINER=3D	gnome@FreeBSD.org
=20
-.if defined(WITHOUT_PILOT)
+.if !defined(WITHOUT_PILOT)
 BUILD_DEPENDS=3D	${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:$=
{PORTSDIR}/palm/gnomepilot-conduits
 RUN_DEPENDS=3D	${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${P=
ORTSDIR}/palm/gnomepilot-conduits
 .endif
@@ -28,9 +28,7 @@
=20
 CPPFLAGS=3D	-I${LOCALBASE}/include
 LIBS=3D		-L${LOCALBASE}/lib
-.if defined(WITHOUT_PILOT)
-CONFIGURE_ARGS=3D	--without-pisock --disable-pilotlinktest
-.else
+.if !defined(WITHOUT_PILOT)
 CONFIGURE_ARGS=3D	--with-pisock=3D${LOCALBASE}
 CPPFLAGS+=3D	-I${LOCALBASE}/include
 LIBS+=3D		-L${LOCALBASE}/lib

--=-XdawK1LGRJfuyDNttw6N--


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?1011460296.62255.9.camel>