Package: xc3sprog / 0+svn795+dfsg-4

Metadata

Package Version Patches format
xc3sprog 0+svn795+dfsg-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fortifysource.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
xc2c_spell.patch | (download)

xc2c_warp.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0001 CMakeLists Set C standard.patch | (download)

CMakeLists.txt | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] cmakelists: set c++ standard
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Codebase is not compatible with c++17.

Fixes:
/<<PKGBUILDDIR>>/bitfile.cpp: In member function void BitFile::readField(std::string&, FILE*):
/<<PKGBUILDDIR>>/bitfile.cpp:619:3: error: reference to byte is ambiguous
  619 |   byte t[2];
      |   ^~~~

Signed-off-by: Ricardo Ribalda <ricardo@ribalda.com>