Date: Thu, 6 Dec 2001 19:10:01 -0800 (PST) From: Joe Clarke <marcus@marcuscom.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/32569: [PATCH] Fix gnomepim build with -DWITH_PILOT Message-ID: <200112070310.fB73A1g41870@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/32569; it has been noted by GNATS. From: Joe Clarke <marcus@marcuscom.com> To: freebsd-gnats-submit@FreeBSD.org, marcus@marcuscom.com Cc: Subject: Re: ports/32569: [PATCH] Fix gnomepim build with -DWITH_PILOT Date: Thu, 6 Dec 2001 22:06:56 -0500 This patch is probably a little better now that I think about it. --- Makefile.orig Thu Dec 6 21:48:35 2001 +++ Makefile Thu Dec 6 22:05:18 2001 @@ -29,6 +29,7 @@ LIBS= -L${LOCALBASE}/lib .if !defined(WITH_PILOT) CONFIGURE_ARGS= --without-pisock --disable-pilotlinktest +.else CPPFLAGS+= -I${LOCALBASE}/pilot/include LIBS+= -L${LOCALBASE}/pilot/lib .endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112070310.fB73A1g41870>