mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
- 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)
10 lines
233 B
C++
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>
|