summaryrefslogtreecommitdiff
path: root/package/sdl/patches/patch-sdl_pc_in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-01-13 17:29:14 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-01-13 17:29:14 +0100
commit897be7157eb98898fdc62224857025d4a0f01dd5 (patch)
tree763f672beb5d7b5c44099aa3e4cea747ef9f9c7f /package/sdl/patches/patch-sdl_pc_in
parent607e1fc199759ad073742bdd4d667c3947c2c5ca (diff)
parent61f978300c334c3e2466d24bed56ae6a1720d2b2 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/sdl/patches/patch-sdl_pc_in')
-rw-r--r--package/sdl/patches/patch-sdl_pc_in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/sdl/patches/patch-sdl_pc_in b/package/sdl/patches/patch-sdl_pc_in
new file mode 100644
index 000000000..fd0ae8d52
--- /dev/null
+++ b/package/sdl/patches/patch-sdl_pc_in
@@ -0,0 +1,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@