forked from Lainports/freebsd-ports
/wrkdirs/usr/ports/cad/libopencad/work/libopencad-0.2.0/lib/cadheader.cpp:478:28: error: ambiguous conversion for functional-style cast from 'time_t' (aka 'long long') to 'CADVariant'
return addValue( code, CADVariant( fullSeconds ) );
^~~~~~~~~~~~~~~~~~~~~~~
20 lines
449 B
Makefile
20 lines
449 B
Makefile
PORTNAME= libopencad
|
|
PORTVERSION= 0.2.0
|
|
PORTREVISION= 5
|
|
CATEGORIES= cad graphics geography
|
|
|
|
MAINTAINER= lbartoletti@FreeBSD.org
|
|
COMMENT= Library which provides a way to read/write CAD (DWG/DXF/DXFB) files
|
|
WWW= https://trac.osgeo.org/gdal/wiki/DWG_driver
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sandyre
|
|
|
|
USES= cmake cpe compiler:c++11-lib
|
|
CPE_VENDOR= ${PORTNAME}_project
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|