ports/devel/ccons/files/patch-Console.cpp
Danilo Egea Gondolfo 7fbbdd20b6 - Update from r243 to r251
- Change clang dependence to clang33
- Change maintainer email to @FreeBSD.org
- Add "Created by" line to header
- Simplify BUILD_DEPENDS
- Convert LIB_DEPENDS to new syntax
- Simplify LDFLAGS
- Use libc++ on CURRENT
- Add a patch to insert an necessary header
- Add stage support

Approved by:	wg / culot (mentors, implicit)
2013-10-05 03:26:09 +00:00

10 lines
233 B
C++

--- ./Console.cpp.orig 2013-09-18 15:56:23.000000000 -0300
+++ ./Console.cpp 2013-09-18 15:56:32.000000000 -0300
@@ -12,6 +12,7 @@
#include <errno.h>
#include <ctype.h>
+#include <unistd.h>
#include <iostream>
#include <map>