Merged fix for bug #531 from SDL 1.2 revision 3511
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402700
This commit is contained in:
parent
60e54e65d4
commit
b366c70511
2 changed files with 2 additions and 1 deletions
|
@ -2619,7 +2619,7 @@ case "$ARCH" in
|
||||||
SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS"
|
SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
SDL_STATIC_LIBS="$SDL_LIBS"
|
SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
@ -11,4 +11,5 @@ Version: @SDL_VERSION@
|
||||||
Requires:
|
Requires:
|
||||||
Conflicts:
|
Conflicts:
|
||||||
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
|
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
|
||||||
|
Libs.private: @SDL_STATIC_LIBS@
|
||||||
Cflags: -I${includedir}/SDL @SDL_CFLAGS@
|
Cflags: -I${includedir}/SDL @SDL_CFLAGS@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue