FreeBSD Bugzilla – Attachment 186507 Details for
Bug 222424
devel/liblas12: Fix build error on HEAD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for devel/liblas12 to circumstance guid error
patch-liblas_1.2.1-1.2.1_1.diff (text/plain), 1.29 KB, created by
Rainer Hurling
on 2017-09-18 11:02:40 UTC
(
hide
)
Description:
patch for devel/liblas12 to circumstance guid error
Filename:
MIME Type:
Creator:
Rainer Hurling
Created:
2017-09-18 11:02:40 UTC
Size:
1.29 KB
patch
obsolete
>diff -urN liblas12.orig/Makefile liblas12/Makefile >--- liblas12.orig/Makefile 2017-07-25 11:17:31.089823000 +0200 >+++ liblas12/Makefile 2017-09-17 17:51:21.290308000 +0200 >@@ -3,6 +3,7 @@ > > PORTNAME= liblas12 > PORTVERSION= 1.2.1 >+PORTREVISION= 1 > CATEGORIES= devel > > MAINTAINER= rhurlin@gwdg.de >diff -urN liblas12.orig/files/patch-src_las__c__api.cpp liblas12/files/patch-src_las__c__api.cpp >--- liblas12.orig/files/patch-src_las__c__api.cpp 1970-01-01 01:00:00.000000000 +0100 >+++ liblas12/files/patch-src_las__c__api.cpp 2017-09-17 17:39:30.699384000 +0200 >@@ -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) {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
rhurlin
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 222424
: 186507