Remove the redundant CFLAGS definition for

TT_CONFIG_OPTION_BYTECODE_INTERPRETER.

PR:		127297
Submitted by:	koitsu
This commit is contained in:
Joe Marcus Clarke 2008-09-24 22:53:21 +00:00
parent 1e3ddfc447
commit 3ef3e2d1dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=220735

View File

@ -32,10 +32,6 @@ LIBTOOLFILES= builds/unix/configure
CONFIGURE_ARGS= --disable-nls
CONFIGURE_WRKSRC= ${WRKSRC}/builds/unix
.if !defined(WITHOUT_TTF_BYTECODE_ENABLED)
CFLAGS+= -DTT_CONFIG_OPTION_BYTECODE_INTERPRETER
.endif
.if defined(WITH_LCD_FILTERING)
CFLAGS+= -DFT_CONFIG_OPTION_SUBPIXEL_RENDERING
.endif