7e32395ff8
* Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps * Fixed bug in solid bold glyph rendering * Updated to build with the latest version of FreeType * Fixed crash when passing NULL to TTF_CloseFont()
17 lines
703 B
Plaintext
17 lines
703 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.6 2009/04/25 13:28:51 ajacoutot Exp $
|
|
--- Makefile.in.orig Fri Apr 24 16:52:03 2009
|
|
+++ Makefile.in Fri Apr 24 16:52:30 2009
|
|
@@ -253,12 +253,10 @@ EXTRA_DIST = \
|
|
|
|
@USE_VERSION_RC_FALSE@libSDL_ttf_la_LDFLAGS = \
|
|
@USE_VERSION_RC_FALSE@ -no-undefined \
|
|
-@USE_VERSION_RC_FALSE@ -release $(LT_RELEASE) \
|
|
@USE_VERSION_RC_FALSE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
@USE_VERSION_RC_TRUE@libSDL_ttf_la_LDFLAGS = \
|
|
@USE_VERSION_RC_TRUE@ -no-undefined \
|
|
-@USE_VERSION_RC_TRUE@ -release $(LT_RELEASE) \
|
|
@USE_VERSION_RC_TRUE@ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) -Wl,version.o
|
|
|
|
@USE_VERSION_RC_TRUE@libSDL_ttf_la_DEPENDENCIES = version.o
|