diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-28 21:07:29 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2012-05-28 21:07:29 +0000 |
commit | 6020c6b8ddb494c400bf25552a6dc34bd7f9c140 (patch) | |
tree | fdcb0bc36a94745b0857a543102849c127e4a0a4 /graphics/visionworkbench | |
parent | 9f6c557fe2bbdee09b28aac47e882333f4fb17d3 (diff) |
- Mark BROKEN: does not compile
In file included from /work/a/ports/graphics/visionworkbench/work/VisionWorkbench-2.2.0/src/vw/FileIO/GdalIO.h:14:0,
from DiskImageResourceGDAL.cc:25:
/usr/local/include/gdal_priv.h:245:71: error: declaration of C function 'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with
/usr/local/include/gdal_priv.h:242:14: error: previous declaration 'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' here
/usr/local/include/gdal_priv.h:255:108: error: declaration of C function 'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' conflicts with
/usr/local/include/gdal_priv.h:244:14: error: previous declaration 'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' here
/usr/local/include/gdal_priv.h:257:82: error: declaration of C function 'void* GDALOpenInternal(GDALOpenInfo&, const char* const*)' conflicts with
/usr/local/include/gdal_priv.h:255:25: error: previous declaration 'void* GDALOpenInternal(const char*, GDALAccess, const char* const*)' here
*** Error code 1
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=297625
Diffstat (limited to 'graphics/visionworkbench')
-rw-r--r-- | graphics/visionworkbench/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/visionworkbench/Makefile b/graphics/visionworkbench/Makefile index 5b4b628b436d..b91dacfbe347 100644 --- a/graphics/visionworkbench/Makefile +++ b/graphics/visionworkbench/Makefile @@ -21,6 +21,8 @@ LICENSE_NAME= NASA Open Source Agreement version 1.3 LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +BROKEN= does not compile + GNU_CONFIGURE= yes USE_QT_VER= 4 QT_COMPONENTS= moc_build qmake_build |