Index: head/devel/liblas12/files/patch-src_las__c__api.cpp =================================================================== --- head/devel/liblas12/files/patch-src_las__c__api.cpp (nonexistent) +++ head/devel/liblas12/files/patch-src_las__c__api.cpp (revision 453408) @@ -0,0 +1,20 @@ +--- src/las_c_api.cpp.orig 2009-10-02 17:48:41 UTC ++++ src/las_c_api.cpp +@@ -745,7 +745,7 @@ LAS_DLL LASErrorEnum LASHeader_SetProjectId(LASHeaderH + + try { + liblas::guid id; +- id = liblas::guid::guid(value); ++ id = liblas::guid(value); + ((LASHeader*) hHeader)->SetProjectId(id); + } catch (std::exception const& e) + { +@@ -1542,7 +1542,7 @@ LAS_DLL LASGuidH LASGuid_CreateFromString(const char* + VALIDATE_LAS_POINTER1(string, "LASGuid_CreateFromString", NULL); + liblas::guid id; + try { +- id = liblas::guid::guid(string); ++ id = liblas::guid(string); + return (LASGuidH) new liblas::guid(id); + } + catch (std::exception const& e) { Property changes on: head/devel/liblas12/files/patch-src_las__c__api.cpp ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property