diff options
author | pav <pav@FreeBSD.org> | 2012-05-29 05:07:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-29 05:07:29 +0800 |
commit | 0be2972c4227ccd83fdef44952bfddec797b802d (patch) | |
tree | e0d86babdc65737f33845079c7ddcd9f63b56dca /graphics | |
parent | 162c2c0db0b1e1dd2e3af6f9f7114ca844945b71 (diff) | |
download | freebsd-ports-gnome-0be2972c4227ccd83fdef44952bfddec797b802d.tar.gz freebsd-ports-gnome-0be2972c4227ccd83fdef44952bfddec797b802d.tar.zst freebsd-ports-gnome-0be2972c4227ccd83fdef44952bfddec797b802d.zip |
- 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
Diffstat (limited to 'graphics')
-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 |