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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"

Reply via email to