diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-09-23 19:16:52 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-09-23 19:16:52 +0000 |
commit | 936787f3c4b1e8d62d524012b3590c054ed4e316 (patch) | |
tree | 24c25c2a0822bc7cc667e7a948817eb985ebda1f /packages/gnome/orbit2/pkgconfig-fix.patch | |
parent | f906528b911bde96ba649c09194d2e3461d565e6 (diff) |
orbit2: patch ORBit-2.0.pc.in instead of using sed on ORBit-2.0.pc (fixes QA issue)
Diffstat (limited to 'packages/gnome/orbit2/pkgconfig-fix.patch')
-rw-r--r-- | packages/gnome/orbit2/pkgconfig-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gnome/orbit2/pkgconfig-fix.patch b/packages/gnome/orbit2/pkgconfig-fix.patch new file mode 100644 index 0000000000..f629e506dd --- /dev/null +++ b/packages/gnome/orbit2/pkgconfig-fix.patch @@ -0,0 +1,12 @@ +diff -urN ORBit2-2.14.12.orig/ORBit-2.0.pc.in ORBit2-2.14.12/ORBit-2.0.pc.in +--- ORBit2-2.14.12.orig/ORBit-2.0.pc.in 2008-01-29 13:45:22.000000000 +0100 ++++ ORBit2-2.14.12/ORBit-2.0.pc.in 2008-09-23 20:13:07.000000000 +0200 +@@ -2,7 +2,7 @@ + exec_prefix=@exec_prefix@ + libdir=@libdir@ + includedir=@includedir@ +-orbit_idl=@bindir@/orbit-idl-2@EXEEXT@ ++orbit_idl=@exec_prefix@/bin/orbit-idl-2@EXEEXT@ + + + Name: ORBit-2.0 |