From 9b2238e0aff784f91831b0e69f713ec076be0558 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sun, 3 Nov 2013 11:37:03 +0000 Subject: lang/npc: Add to fix on modern compilers. While here: * remove indefinite article from COMMENT * make USE_DOS2UNIX unconditional (for all patches) * make use of OSVERSION for FreeBSD only * convert USE_GMAKE to USES format Approved by: portmgr (bapt, implicit) --- lang/nqc/files/patch-compiler_lexer.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/nqc/files/patch-compiler_lexer.cpp (limited to 'lang/nqc/files/patch-compiler_lexer.cpp') diff --git a/lang/nqc/files/patch-compiler_lexer.cpp b/lang/nqc/files/patch-compiler_lexer.cpp new file mode 100644 index 000000000000..1e952df48c10 --- /dev/null +++ b/lang/nqc/files/patch-compiler_lexer.cpp @@ -0,0 +1,10 @@ +--- compiler/lexer.cpp.orig 2013-11-03 11:24:46.670522000 +0000 ++++ compiler/lexer.cpp +@@ -11,6 +11,7 @@ + #define YY_FLEX_MINOR_VERSION 5 + + #include ++#include + + #if defined(__MWERKS__) && !__MACH__ && !YY_NEVER_INTERACTIVE + #include -- cgit v1.2.3