mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5c91a42499
- Add USES=compiler:c++11-lang [1] - Include cstring in src/ci_string.h [1] - Add USES=gnome localbase:ldflags [1] - While here, add mising dependencies and pet portlint PR: 237871 [1] Submitted by: pkubaj@ Sponsored by: Rubicon Communications, LLC (Netgate)
11 lines
198 B
C++
11 lines
198 B
C++
--- src/ci_string.h.orig 2019-05-27 11:24:56 UTC
|
|
+++ src/ci_string.h
|
|
@@ -6,6 +6,7 @@
|
|
#ifndef __CI_STRING_H__
|
|
#define __CI_STRING_H__
|
|
|
|
+#include <cstring>
|
|
#include <string>
|
|
#include <ctype.h>
|
|
|