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