diff options
author | marcus <marcus@FreeBSD.org> | 2008-09-25 06:53:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2008-09-25 06:53:21 +0800 |
commit | c8cc0af96118226f8c83ef2e660d5c891cb83e6a (patch) | |
tree | 11edafe16e8fb05a1b017471d8f9c1686908bbba /print | |
parent | 173177f4ace8788f32a6b326e1343ad5497b388c (diff) | |
download | freebsd-ports-gnome-c8cc0af96118226f8c83ef2e660d5c891cb83e6a.tar.gz freebsd-ports-gnome-c8cc0af96118226f8c83ef2e660d5c891cb83e6a.tar.zst freebsd-ports-gnome-c8cc0af96118226f8c83ef2e660d5c891cb83e6a.zip |
Remove the redundant CFLAGS definition for
TT_CONFIG_OPTION_BYTECODE_INTERPRETER.
PR: 127297
Submitted by: koitsu
Diffstat (limited to 'print')
-rw-r--r-- | print/freetype2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/print/freetype2/Makefile b/print/freetype2/Makefile index 9c4129dd4750..c51b6c21a2e8 100644 --- a/print/freetype2/Makefile +++ b/print/freetype2/Makefile @@ -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 |