diff options
author | William Grzybowski <wg@FreeBSD.org> | 2013-06-08 13:01:16 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2013-06-08 13:01:16 +0000 |
commit | 1dd955e03e5fa00c1fdf5579e5bda31a4d5dbbf9 (patch) | |
tree | 9766d25745b666e30d429134b3d888f89f2419b3 /net/pchar/files/patch-PctestIpv6.h | |
parent | - Update to 1.03 (diff) |
- Fix build with clang and warnings [1]
- Use PLIST_FILES instead of pkg-plist
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/178350 [1]
Submitted by: nork [1]
Approved by: culot / jpaetzel (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=320248
Diffstat (limited to 'net/pchar/files/patch-PctestIpv6.h')
-rw-r--r-- | net/pchar/files/patch-PctestIpv6.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/pchar/files/patch-PctestIpv6.h b/net/pchar/files/patch-PctestIpv6.h new file mode 100644 index 000000000000..9f5d8d3cb10a --- /dev/null +++ b/net/pchar/files/patch-PctestIpv6.h @@ -0,0 +1,11 @@ +--- PctestIpv6.h.orig 2005-02-13 05:32:18.000000000 +0900 ++++ PctestIpv6.h 2013-05-06 00:36:41.683117194 +0900 +@@ -82,7 +82,7 @@ + virtual char *GetPrintableAddress(); + virtual char *GetPrintableAddress(void *a); + virtual char *GetName(void *a); +- virtual char *GetAddressFamilyString() { return "AF_INET6"; } ++ virtual const char *GetAddressFamilyString() { return "AF_INET6"; } + virtual int GetAddressFamily() { return (AF_INET6); } + + protected: |