diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-24 14:43:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-24 14:43:14 +0800 |
commit | c37a12b69b772825b01dbe274bf732807fa4b51f (patch) | |
tree | f192e87d880a36ef70da3ea917097edf88f30c1e /cad | |
parent | 9b2c3748d7bc7fe5af1cfbacffd3cf1b2d3c3f83 (diff) | |
download | freebsd-ports-gnome-c37a12b69b772825b01dbe274bf732807fa4b51f.tar.gz freebsd-ports-gnome-c37a12b69b772825b01dbe274bf732807fa4b51f.tar.zst freebsd-ports-gnome-c37a12b69b772825b01dbe274bf732807fa4b51f.zip |
Mark as broken, does not build
/usr/local/bin/ld: parser.o: undefined reference to symbol 'log@@FBSD_1.0'
/usr/local/bin/ld: note: 'log@@FBSD_1.0' is defined in DSO //lib/libm.so.5 so try adding it to the linker command line
//lib/libm.so.5: could not read symbols: Invalid operation
Reported by: pkg-fallout
Diffstat (limited to 'cad')
-rw-r--r-- | cad/pdnmesh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile index 393d24161083..afc040d2a0a6 100644 --- a/cad/pdnmesh/Makefile +++ b/cad/pdnmesh/Makefile @@ -25,6 +25,8 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ OPTIONS_DEFINE= ATLAS DOCS EXAMPLES ATLAS_DESC= Enable ATLAS support +BROKEN= Does not build + USES= pkgconfig gettext iconv USE_FORTRAN= yes USE_GL= glu |