diff options
author | miwi <miwi@FreeBSD.org> | 2013-02-23 23:26:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-02-23 23:26:33 +0800 |
commit | fd2a17aea4d0506dcff93de8ddfa7a9e32ff1bdd (patch) | |
tree | ef90027b1bf55d97341e1e55ecc9cb35c2a70a42 /net-p2p/eiskaltdcpp-gtk | |
parent | f1bbbe75085a12589c68047d5c07868b6d221a42 (diff) | |
download | freebsd-ports-gnome-fd2a17aea4d0506dcff93de8ddfa7a9e32ff1bdd.tar.gz freebsd-ports-gnome-fd2a17aea4d0506dcff93de8ddfa7a9e32ff1bdd.tar.zst freebsd-ports-gnome-fd2a17aea4d0506dcff93de8ddfa7a9e32ff1bdd.zip |
- Broken does not build
/usr/local/lib/libgdk-x11-2.0.so /usr/local/lib/libgtk-x11-2.0.so /usr/local/lib/libcairo.so /usr/local/lib/libpango-1.0.so /usr/local/lib/libatk-1.0.so /usr/local/lib/libiconv.so /usr/local/lib/libnotify.so /usr/local/lib/libgthread-2.0.so ../extra/libextra.a /usr/local/lib/libeiskaltdcpp.so /usr/local/lib/libminiupnpc.so /usr/local/lib/libintl.so
CMakeFiles/eiskaltdcpp-gtk.dir/src/privatemessage.cc.o: In function `_GLOBAL__sub_I__ZN14PrivateMessageC2ERKSsS1_':
privatemessage.cc:(.text.startup+0x23): undefined reference to `boost::system::generic_category()'
privatemessage.cc:(.text.startup+0x2f): undefined reference to `boost::system::generic_category()'
Diffstat (limited to 'net-p2p/eiskaltdcpp-gtk')
-rw-r--r-- | net-p2p/eiskaltdcpp-gtk/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/eiskaltdcpp-gtk/Makefile b/net-p2p/eiskaltdcpp-gtk/Makefile index b641bc6bb50b..d3cc116bf28e 100644 --- a/net-p2p/eiskaltdcpp-gtk/Makefile +++ b/net-p2p/eiskaltdcpp-gtk/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/eiskaltdcpp/keep_me:${PORTSDIR}/net-p2p/eiskaltd LIB_DEPENDS= eiskaltdcpp:${PORTSDIR}/net-p2p/eiskaltdcpp-lib BUILD_DEPENDS+= chrpath:${PORTSDIR}/devel/chrpath +BROKEN= does not build + CMAKE_ARGS+= -DBUILD_LIB:BOOL=OFF PROJECTHOST= eiskaltdc |