diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 21:13:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 21:13:17 +0800 |
commit | a3f5671c9dd4a6f13c78125872c6661a8f60b9c3 (patch) | |
tree | aa4519b5fc264fdf06f30820cfc5bc29e3815273 /cad | |
parent | 51443b2b4bd0c2552095ccd56dc409ecf7949d3e (diff) | |
download | freebsd-ports-gnome-a3f5671c9dd4a6f13c78125872c6661a8f60b9c3.tar.gz freebsd-ports-gnome-a3f5671c9dd4a6f13c78125872c6661a8f60b9c3.tar.zst freebsd-ports-gnome-a3f5671c9dd4a6f13c78125872c6661a8f60b9c3.zip |
Mark BROKEN: fails to build
/wrkdirs/usr/ports/cad/brlcad/work/brlcad-7.24.0/src/other/openNURBS/opennurbs_archive.cpp:13560:103: error: differing user-defined suffixes ('__DATE__' and '__TIME__') in string literal concatenation
rc = archive.Write3dmStartSection( version, "Archive created by ON_WriteOneObjectArchive "__DATE__" "__TIME__ );
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~
Reported by: pkg-fallout
Diffstat (limited to 'cad')
-rw-r--r-- | cad/brlcad/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 7e79d200ec26..a11f2c07fe98 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -13,6 +13,7 @@ COMMENT= CSG modelling system from the US Ballistic Research Laboratory LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= fails to build BROKEN_sparc64= does not compile: invokes i386 assembler BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pthread-stubs.pc:devel/libpthread-stubs \ |