9604a0f414
from Brad
17 lines
703 B
Plaintext
17 lines
703 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.8 2012/04/05 11:42:49 ajacoutot Exp $
|
|
--- Makefile.in.orig Sat Jan 14 23:44:08 2012
|
|
+++ Makefile.in Sat Mar 17 13:11:59 2012
|
|
@@ -271,12 +271,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
|