diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:46:40 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:46:40 +0800 |
commit | cf983518c7e8a02ce664c9d46f68d7686385ea40 (patch) | |
tree | bb6be073a9a9af100a58c29095145be2dbcbb988 | |
parent | 36ee78c4eb1c0f7f3bf5ba86258a06f85ba8deb7 (diff) | |
download | freebsd-ports-gnome-cf983518c7e8a02ce664c9d46f68d7686385ea40.tar.gz freebsd-ports-gnome-cf983518c7e8a02ce664c9d46f68d7686385ea40.tar.zst freebsd-ports-gnome-cf983518c7e8a02ce664c9d46f68d7686385ea40.zip |
Mark as broken: does not build
/usr/bin/ld: cannot find -lstdc++_p
Reported by: pkg-fallout
-rw-r--r-- | net/xorp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/xorp/Makefile b/net/xorp/Makefile index d9a88c83cbdb..3fc724279f6f 100644 --- a/net/xorp/Makefile +++ b/net/xorp/Makefile @@ -20,6 +20,8 @@ OPTIONS_DEFAULT= ADVMCAST IPV6 SNMP OPTIMIZED_CFLAGS TEST PROFILE ADVMCAST_DESC= Build with Advanced Multicast API +BROKEN= Does not build + USE_GMAKE= yes USE_OPENSSL= yes |