1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11/gmrun/files/patch-src_ci__string.h
Renato Botelho 5c91a42499 x11/gmrun: Fix build with GCC architectures [1]
- 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)
2019-05-27 11:35:27 +00:00

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>