Em Dom, 2011-03-06 às 14:24 +0100, Barbara escreveu:
> > Because, probably it's not a good solution.
> > I'm useing memcached witch need libevent to work.
> > So removing libevent, will broke memcached :-(
>
you can apply this patch (attached)
in /usr/ports/net-p2p/transmission-cli
patch < Makefile.diff
and rebuild the port
--- Makefile.orig 2011-03-05 01:17:28.000000000 -0300
+++ Makefile 2011-03-07 13:08:34.711008817 -0300
@@ -29,7 +29,8 @@
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CPPFLAGS= -I${LOCALBASE}/include
-LDFLAGS= -L${LOCALBASE}/lib
+LDFLAGS+= `pkg-config --libs libevent`
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ARGS=--with-zlib=/usr \
--disable-libappindicator \
@@ -38,6 +39,7 @@
EXTRA_CONF_ARGS?=--enable-cli \
--disable-daemon \
--disable-gtk \
+ --disable-silent-rules \
--disable-libnotify \
--disable-mac \
--disable-nls
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"