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>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
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
>
[-- Attachment #2 --]
--- Makefile.orig Sat Jan 19 11:40:59 2002
+++ Makefile Sat Jan 19 12:10:03 2002
@@ -15,7 +15,7 @@
MAINTAINER= gnome@FreeBSD.org
-.if defined(WITHOUT_PILOT)
+.if !defined(WITHOUT_PILOT)
BUILD_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
RUN_DEPENDS= ${X11BASE}/lib/gnome-pilot/conduits/libemail_conduit.so:${PORTSDIR}/palm/gnomepilot-conduits
.endif
@@ -28,9 +28,7 @@
CPPFLAGS= -I${LOCALBASE}/include
LIBS= -L${LOCALBASE}/lib
-.if defined(WITHOUT_PILOT)
-CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest
-.else
+.if !defined(WITHOUT_PILOT)
CONFIGURE_ARGS= --with-pisock=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1011460296.62255.9.camel>
