Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merged fix for bug #531 from SDL 1.2 revision 3511
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+1
−1
configure.in
-
+1
−0
sdl.pc.in
|
@@ -2619,7 +2619,7 @@ case "$ARCH" in |
|
|
SDL_STATIC_LIBS="\${libdir}/libSDL.a $EXTRA_LDFLAGS" |
|
|
;; |
|
|
*) |
|
|
SDL_STATIC_LIBS="$SDL_LIBS" |
|
|
SDL_STATIC_LIBS="$SDL_LIBS $EXTRA_LDFLAGS" |
|
|
;; |
|
|
esac |
|
|
|
|
|
|
@@ -11,4 +11,5 @@ Version: @SDL_VERSION@ |
|
|
Requires: |
|
|
Conflicts: |
|
|
Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@ |
|
|
Libs.private: @SDL_STATIC_LIBS@ |
|
|
Cflags: -I${includedir}/SDL @SDL_CFLAGS@ |