- Enable long long support
PR: 202562 Submitted by: matthew@reztek.cz Approved by: ybungalobill@gmail.com (maintainer)
This commit is contained in:
parent
4fb14cf22b
commit
ac1c3bd4d1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395503
2 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= pugixml
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= http://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
|
11
textproc/pugixml/files/patch-src_pugiconfig.hpp
Normal file
11
textproc/pugixml/files/patch-src_pugiconfig.hpp
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/pugiconfig.hpp.orig 2015-08-18 17:07:06 UTC
|
||||
+++ src/pugiconfig.hpp
|
||||
@@ -41,7 +41,7 @@
|
||||
// #define PUGIXML_HEADER_ONLY
|
||||
|
||||
// Uncomment this to enable long long support
|
||||
-// #define PUGIXML_HAS_LONG_LONG
|
||||
+#define PUGIXML_HAS_LONG_LONG
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in a new issue