]> git.saurik.com Git - apple/libc.git/blobdiff - nls/Makefile.inc
Libc-763.13.tar.gz
[apple/libc.git] / nls / Makefile.inc
index 9c4ee6ac62a92b85f16390f434520cbcdb783f19..076ebc2530daf5098f6622470d35cd5225c3a77a 100644 (file)
@@ -2,14 +2,17 @@
 # $FreeBSD: src/lib/libc/nls/Makefile.inc,v 1.5.2.2 2001/04/25 10:04:07 ru Exp $
 
 .PATH: ${.CURDIR}/nls
+CWD := ${.CURDIR}/nls
 
 .include "Makefile.fbsd_begin"
 FBSDMISRCS= msgcat.c
 FBSDHDRS= msgcat.h
 .include "Makefile.fbsd_end"
 
+CFLAGS-msgcat-fbsd.c += -D_DARWIN_UNLIMITED_STREAMS
+
 # Install msgcat.h for usage by gencat (in adv_cmds)
-LOCALHDRS+=    ${SYMROOT}/msgcat.h
+LOCALHDRS+=    ${.CURDIR}/nls/msgcat.h
 
 .if ${LIB} == "c"
 .include "Makefile.fbsd_begin"