c63e74e29c
from Brad
17 lines
698 B
Plaintext
17 lines
698 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.6 2012/04/05 11:42:09 ajacoutot Exp $
|
|
--- Makefile.in.orig Sun Jan 15 11:20:10 2012
|
|
+++ Makefile.in Sat Mar 17 12:35:37 2012
|
|
@@ -293,12 +293,10 @@ EXTRA_DIST = \
|
|
|
|
@USE_VERSION_RC_FALSE@libSDL_net_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_net_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_FALSE@libSDL_net_la_LIBADD = @INETLIB@
|