From 27a9a4d50acfad4712e34790d563cc4744aeb2a0 Mon Sep 17 00:00:00 2001 From: Joshua Bodine Date: Sat, 28 Nov 2015 14:44:03 -0700 Subject: [PATCH] Updated PORTING file. --- PORTING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PORTING b/PORTING index 8fe1d0a0d4..e18ee40cbd 100644 --- a/PORTING +++ b/PORTING @@ -20,7 +20,7 @@ new platform is named `foo'. * try building * modify configure.in for your platform - particularly - to set the proper CFLAGS/CXXFLAGS and to insure that needed + to set the proper CFLAGS/CXXFLAGS and to ensure that needed libraries (e.g. OpenGL, curses) can be found. * fix errors. errors are typically caused by missing include files and a missing/different BSD sockets API. make as few