Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37875608
en ru br
ALT Linux repos
S:1.3.0-alt3_26

Group :: Engineering
RPM: slic3r

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: slic3r-endian.patch
Download


--- Slic3r-1.3.0/xs/src/admesh/stl.h~	2020-06-02 21:36:34.816574974 +0100
+++ Slic3r-1.3.0/xs/src/admesh/stl.h	2020-06-02 21:36:37.553576616 +0100
@@ -26,9 +26,8 @@
 #include <stdio.h>
 #include <stdint.h>
 #include <stddef.h>
-#include <boost/detail/endian.hpp>
 
-#ifndef BOOST_LITTLE_ENDIAN
+#if __BYTE_ORDER__ != __ORDER_LITTLE_ENDIAN__
 #error "admesh works correctly on little endian machines only!"
 #endif
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin