mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 23:39:20 -04:00
- While I'm here, fix diff header of patch file PR: 209457 Submitted by: <mikael.urankar@gmail.com> Obtained from: https://github.com/att/ast/blob/beta/src/lib/libast/hash/hashalloc.c https://github.com/att/ast/blob/beta/src/lib/libast/string/tokscan.c
10 lines
276 B
Text
10 lines
276 B
Text
--- src/lib/libast/features/wchar.orig 2012-01-12 07:40:22 UTC
|
|
+++ src/lib/libast/features/wchar
|
|
@@ -51,6 +51,7 @@ endif
|
|
run{
|
|
cat <<!
|
|
#if _hdr_wchar && defined(_nxt_wchar)
|
|
+ #define _STDFILE_DECLARED
|
|
#include ${_nxt_wchar-_nxt_wchar} /* the native wchar.h */
|
|
#endif
|
|
|