diff options
-rw-r--r-- | textproc/pugixml/Makefile | 1 | ||||
-rw-r--r-- | textproc/pugixml/files/patch-src_pugiconfig.hpp | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/textproc/pugixml/Makefile b/textproc/pugixml/Makefile index bfdb72ba6715..f205edf5f28f 100644 --- a/textproc/pugixml/Makefile +++ b/textproc/pugixml/Makefile @@ -2,6 +2,7 @@ PORTNAME= pugixml PORTVERSION= 1.6 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://github.com/zeux/pugixml/releases/download/v${PORTVERSION}/ diff --git a/textproc/pugixml/files/patch-src_pugiconfig.hpp b/textproc/pugixml/files/patch-src_pugiconfig.hpp new file mode 100644 index 000000000000..bee679acaa58 --- /dev/null +++ b/textproc/pugixml/files/patch-src_pugiconfig.hpp @@ -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 + |