diff options
author | antoine <antoine@FreeBSD.org> | 2018-11-04 22:24:34 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-11-04 22:24:34 +0800 |
commit | fe41eff70cc447a3845022410a2336bf8a1c2afe (patch) | |
tree | c06cb0c57996dac8c3d69cfeb2f2dc10283ecb67 /astro | |
parent | dac0c1ae98936a8257e7fbe3752cab522710fa42 (diff) | |
download | freebsd-ports-gnome-fe41eff70cc447a3845022410a2336bf8a1c2afe.tar.gz freebsd-ports-gnome-fe41eff70cc447a3845022410a2336bf8a1c2afe.tar.zst freebsd-ports-gnome-fe41eff70cc447a3845022410a2336bf8a1c2afe.zip |
Mark BROKEN: fails to build
3rdparty/map2gcm/main.cpp:396:36: error: no matching literal operator for call to 'operator""_MKSTR' with arguments of types 'const char *' and 'unsigned long', and no matching literal operator template
printf("\n****** %s ******\n", WHAT_STR);
^
Reported by: pkg-fallout
Diffstat (limited to 'astro')
-rw-r--r-- | astro/qlandkartegt/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/qlandkartegt/Makefile b/astro/qlandkartegt/Makefile index 2bc9f9bbcc6d..1135467d508d 100644 --- a/astro/qlandkartegt/Makefile +++ b/astro/qlandkartegt/Makefile @@ -12,6 +12,8 @@ COMMENT= The ultimate outdoor aficionado's tool LICENSE= GPLv3 +BROKEN= fails to build + LIB_DEPENDS= libgdal.so:graphics/gdal \ libproj.so:graphics/proj \ libgps.so:astro/gpsd |