freebsd-ports/converters/osm2pgrouting/files/patch-include_parser_OSMDocumentParserCallback.h
Yuri Victorovich c6f7cf22ce New port: converters/osm2pgrouting: Import OSM data into pgRouting database
PR:		221810
Submitted by:	lbartoletti <lbartoletti@tuxfamily.org>
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D13882
2018-01-15 23:30:33 +00:00

18 lines
416 B
C

--- include/parser/OSMDocumentParserCallback.h.orig 2017-12-18 15:44:24 UTC
+++ include/parser/OSMDocumentParserCallback.h
@@ -22,13 +22,13 @@
#ifndef SRC_OSMDOCUMENTPARSERCALLBACK_H_
#define SRC_OSMDOCUMENTPARSERCALLBACK_H_
#pragma once
-
+/*
#if __GNUC__ > 4 || \
(__GNUC__ == 4 && (__GNUC_MINOR__ >= 6))
#else
#define nullptr NULL
#endif
-
+*/
#include <string.h>
#include "./XMLParser.h"