mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
tweak minor problems in last changes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33994 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b644d057ee
commit
241155db60
5 changed files with 129 additions and 117 deletions
|
@ -39,7 +39,9 @@
|
|||
#
|
||||
|
||||
# Additional flags to pass to the preprocessor
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) $(CONFIG_SYSTEM_DEFS) $(WARN_FLAGS)
|
||||
ADDITIONAL_CPPFLAGS = $(DEFS) \
|
||||
-D_XOPEN_SOURCE=600 \
|
||||
$(WARN_FLAGS)
|
||||
|
||||
# Additional flags to pass to the Objective-C compiler
|
||||
#ADDITIONAL_OBJCFLAGS =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue