summaryrefslogtreecommitdiff
path: root/dev-games/cegui/files/cegui-0.7.1-pkgconfig.patch
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-12-10 10:28:24 +0200
committerGluzskiy Alexandr <sss123next@list.ru>2010-12-10 10:28:24 +0200
commitdf77ee9d1217f0ec589d119d1857f0659db85560 (patch)
treeddc34afaae4b0737fc2335cbced337b773311a43 /dev-games/cegui/files/cegui-0.7.1-pkgconfig.patch
parente20177a2e88a3a48bea5ad5ac83b622ecba92a09 (diff)
new file: cegui-0.7.1.ebuild
new file: files/cegui-0.7.1-pkgconfig.patch new file: files/cegui-0.7.1-tinyxml.patch
Diffstat (limited to 'dev-games/cegui/files/cegui-0.7.1-pkgconfig.patch')
-rw-r--r--dev-games/cegui/files/cegui-0.7.1-pkgconfig.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-games/cegui/files/cegui-0.7.1-pkgconfig.patch b/dev-games/cegui/files/cegui-0.7.1-pkgconfig.patch
new file mode 100644
index 0000000..b5784f8
--- /dev/null
+++ b/dev-games/cegui/files/cegui-0.7.1-pkgconfig.patch
@@ -0,0 +1,20 @@
+diff -rupN a/cegui/CEGUI-OGRE.pc.in b/cegui/CEGUI-OGRE.pc.in
+--- a/cegui/CEGUI-OGRE.pc.in 2009-10-16 00:46:37.000000000 +1100
++++ b/cegui/CEGUI-OGRE.pc.in 2009-11-06 14:42:27.000000000 +1100
+@@ -7,5 +7,5 @@ datafiles=@datarootdir@/@PACKAGE@
+ Name: CEGUI Ogre Renderer
+ Description: Ogre based renderer module for CEGUI.
+ Version: @VERSION@
+-Requires: OGRE >= 1.6.0,CEGUI = @VERSION@
++Requires: OGRE >= 1.6.0,CEGUI-@VERSION@ = @VERSION@
+ Libs: -lCEGUIOgreRenderer@cegui_bsfx@
+diff -rupN a/cegui/CEGUI-OPENGL.pc.in b/cegui/CEGUI-OPENGL.pc.in
+--- a/cegui/CEGUI-OPENGL.pc.in 2009-10-16 00:46:37.000000000 +1100
++++ b/cegui/CEGUI-OPENGL.pc.in 2009-11-06 14:42:45.000000000 +1100
+@@ -7,5 +7,5 @@ datafiles=@datarootdir@/@PACKAGE@
+ Name: CEGUI OpenGL Renderer
+ Description: OpenGL based renderer module for CEGUI.
+ Version: @VERSION@
+-Requires: CEGUI = @VERSION@
++Requires: CEGUI-@VERSION@ = @VERSION@
+ Libs: -lCEGUIOpenGLRenderer@cegui_bsfx@