1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/graphics/iccxml/files
Boris Samorodov 9577470cb8 . unbreak build with clang, error:
-----
IccUtilXml.cpp:688:9: error: cannot initialize a variable of type 'char *' with an lvalue of type 'const char [2]'
  char *scanType = (Tsig == icSigFloatArrayType ? "f" : "n");
        ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-----
. USE_GMAKE=yes -> USES=gmake.
2013-07-31 13:03:12 +00:00
..
patch-IccLibXML_IccUtilXml.cpp