forked from minhngoc25a/freetype2
* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.
This commit is contained in:
parent
fdb514c6ca
commit
9e7f643ae3
|
@ -1,3 +1,7 @@
|
|||
2003-04-24 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* builds/unix/unix-cc.in (CFLAGS): Add @CPPFLAGS@.
|
||||
|
||||
2003-04-24 Dieter Baron <dillo@netbsd.org>
|
||||
|
||||
* builds/unix/freetype-config.in (cflags): Emit FreeType 2's include
|
||||
|
|
|
@ -58,7 +58,7 @@ T := -o # Don't remove this comment line! We need the space after `-o'.
|
|||
# Use the ANSIFLAGS variable to define the compiler flags used to enfore
|
||||
# ANSI compliance.
|
||||
#
|
||||
CFLAGS := -c @XX_CFLAGS@ @CFLAGS@
|
||||
CFLAGS := -c @XX_CFLAGS@ @CPPFLAGS@ @CFLAGS@
|
||||
|
||||
# ANSIFLAGS: Put there the flags used to make your compiler ANSI-compliant.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue