|
a/src/mk/Darwin |
|
b/src/mk/Darwin |
1 |
include $(depth)/mk/commondefs
|
1 |
include $(depth)/mk/commondefs
|
2 |
include $(depth)/mk/localdefs
|
2 |
include $(depth)/mk/localdefs
|
3 |
|
3 |
|
4 |
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
4 |
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
|
5 |
-DPUTENV_ARG_NOT_CONST \
|
|
|
6 |
-DHAVE_VASPRINTF=1 \
|
5 |
-DHAVE_VASPRINTF=1 \
|
7 |
-DHAVE_MKDTEMP=1 \
|
6 |
-DHAVE_MKDTEMP=1 \
|
8 |
-DSTATFS_INCLUDE="<sys/mount.h>"
|
7 |
-DSTATFS_INCLUDE="<sys/mount.h>"
|
9 |
|
8 |
|
10 |
RANLIB = ranlib
|
9 |
RANLIB = ranlib
|