Date: Mon, 29 Mar 2010 21:05:03 +0200 From: Christoph Moench-Tegeder <cmt@burggraben.net> To: Ion-Mihai Tetcu <itetcu@FreeBSD.org> Subject: Re: [ HEADS UP ] Ports unstable for the next 10 days Message-ID: <20100329190503.GB50549@elch.exwg.net> Resent-Message-ID: <20100329191551.GC50549@elch.exwg.net> In-Reply-To: <20100328163828.1f34e0e7@it.buh.tecnik93.com> References: <20100328163828.1f34e0e7@it.buh.tecnik93.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, sysutils/tracker-client fails in configure, fix to port's Makefile: --- sysutils/tracker-client/Makefile.orig 2010-03-29 20:59:36.000000000 +0200 +++ sysutils/tracker-client/Makefile 2010-03-29 21:01:42.000000000 +0200 @@ -46,7 +46,9 @@ INSTALLS_ICONS= yes USE_AUTOTOOLS= libtool:22 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/tracker ${PTHREAD_LIBS}" + LDFLAGS="-L${LOCALBASE}/lib -L${LOCALBASE}/lib/tracker ${PTHREAD_LIBS}" \ + LIBPNG_CFLAGS="-I${LOCALBASE}/include" \ + LIBPNG_LDFLAGS="-L${LOCALBASE}/lib" LIBPNG_LIBS="png" CONFIGURE_ARGS= --enable-video-extractor=gstreamer \ --enable-file-monitoring=fam \ --with-session-bus-services-dir=${LOCALBASE}/share/dbus-1/services \ And cad/brlcad will need some work, but that might be larger... Regards, Christoph -- Spare Space
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100329190503.GB50549>