freebsd-ports/math/lensnns/files/patch-Src-sysext.h
Martin Wilke 992ae45169 Lens is an efficient, yet flexible, neural network simulator that runs on
a variety of platforms, is able to handle large, complex simulations, but
is also reasonably easy for novices to operate.

PR:		ports/112577
Submitted by:	Jason W. Bacon <bacon at smithers.neuro.mcw.edu>
2007-06-04 21:06:18 +00:00

17 lines
344 B
C

--- Src/sysext.h.orig Tue Dec 9 13:13:53 2003
+++ Src/sysext.h Thu May 10 10:59:36 2007
@@ -3,10 +3,8 @@
#ifndef SYSEXT_H
#define SYSEXT_H
-/*
-#ifdef MACHINE_YOURMACHINE
- include headers or define macros as necessary
-#endif
-*/
+#if BYTE_ORDER == LITTLE_ENDIAN
+# define LITTLE_END
+#endif /* LITTLE_END */
#endif /* SYSEXT_H */