freebsd-ports/math/vampire/files/patch-Lib_Portability.hpp
2019-09-02 06:02:54 +00:00

16 lines
328 B
C++

--- Lib/Portability.hpp.orig 2018-12-01 20:14:14 UTC
+++ Lib/Portability.hpp
@@ -25,11 +25,11 @@
// Detect compiler
#ifndef __APPLE__
-# define __APPLE__ 0
+//# define __APPLE__ 0
#endif
#ifndef __CYGWIN__
-# define __CYGWIN__ 0
+//# define __CYGWIN__ 0
#endif
//////////////////////////////////////////////////////