mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- Specify compiler dialect to fix build on some tier-2 archs (eg. ppc) PR: 227439 (related) Submitted by: danfe (via mail)
17 lines
317 B
C++
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>
|