patch-sdl_pc_in 372 B

12345678910
  1. --- SDL-1.2.14.orig/sdl.pc.in 2009-10-13 01:07:20.000000000 +0200
  2. +++ SDL-1.2.14/sdl.pc.in 2011-01-12 21:54:44.000000000 +0100
  3. @@ -10,6 +10,6 @@ Description: Simple DirectMedia Layer is
  4. Version: @SDL_VERSION@
  5. Requires:
  6. Conflicts:
  7. -Libs: -L${libdir} @SDL_RLD_FLAGS@ @SDL_LIBS@
  8. +Libs: @SDL_LIBS@
  9. Libs.private: @SDL_STATIC_LIBS@
  10. Cflags: -I${includedir}/SDL @SDL_CFLAGS@