ports/devel/heimdall/files/patch-libpit_source_libpit.h
Emanuel Haupt 71b4d5a506 - Fix build with clang and remove dependency to gcc
- Specify compiler dialect to fix build on some tier-2 archs (eg. ppc)

PR:		227439 (related)
Submitted by:	danfe (via mail)
2018-11-05 08:41:32 +00:00

17 lines
317 B
C++

--- libpit/source/libpit.h.orig 2017-05-11 18:34:25 UTC
+++ libpit/source/libpit.h
@@ -25,14 +25,6 @@
#pragma warning(disable : 4996)
#endif
-#if (!(defined _MSC_VER) || (_MSC_VER < 1700))
-
-#ifndef nullptr
-#define nullptr 0
-#endif
-
-#endif
-
// C/C++ Standard Library
#include <cstring>
#include <string>