mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
- 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,6 +2,7 @@
|
|||||||
|
|
||||||
PORTNAME= pugixml
|
PORTNAME= pugixml
|
||||||
PORTVERSION= 1.6
|
PORTVERSION= 1.6
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= http://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/
|
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 New Issue
Block a user