16 lines
415 B
Plaintext
16 lines
415 B
Plaintext
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2013/11/07 16:27:38 bcallah Exp $
|
|
|
|
We don't need a version number in the library name itself, on top of the SO
|
|
number.
|
|
|
|
--- Makefile.in.orig Thu Nov 7 01:04:42 2013
|
|
+++ Makefile.in Thu Nov 7 01:04:49 2013
|
|
@@ -304,7 +304,6 @@ EXTRA_DIST = \
|
|
|
|
libSDL2_gfx_la_LDFLAGS = \
|
|
-no-undefined \
|
|
- -release $(LT_RELEASE) \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
|
|
|