libmikmod/libmikmod-config.patch
Cristian Morales Vega b7d3add16c Accepting request 232809 from home:Andreas_Schwab:Factory
- Remove @LIBRARY_LIB@ from libmikmod-config, which is only needed for
  static linking, which is not possible anyway

OBS-URL: https://build.opensuse.org/request/show/232809
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libmikmod?expand=0&rev=26
2014-05-07 14:31:41 +00:00

14 lines
378 B
Diff

Index: libmikmod-3.3.6/libmikmod-config.in
===================================================================
--- libmikmod-3.3.6.orig/libmikmod-config.in
+++ libmikmod-3.3.6/libmikmod-config.in
@@ -50,7 +50,7 @@ while test $# -gt 0 ; do
echo @LIB_LDADD@
;;
--libs)
- echo -L@libdir@ -lmikmod @LIBRARY_LIB@
+ echo -L@libdir@ -lmikmod
;;
*)
echo "${usage}" 1>&2