Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] lite: Fix pkg-config file by removing excess slashes.
@ 2012-02-15 15:56 Will Newton
  2012-02-15 16:14 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Will Newton @ 2012-02-15 15:56 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Will Newton <will.newton@imgtec.com>
---
 package/lite/lite-pkg-config.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 package/lite/lite-pkg-config.patch

diff --git a/package/lite/lite-pkg-config.patch
b/package/lite/lite-pkg-config.patch
new file mode 100644
index 0000000..5a6bea0
--- /dev/null
+++ b/package/lite/lite-pkg-config.patch
@@ -0,0 +1,11 @@
+Remove excess slashes from the .pc file. This change was made in
+the upstream git repo as 7982cccbb6ad58f3802bb266467290200d130a48.
+
+--- lite-0.8.10/lite.pc.in	2008-06-20 22:34:10.000000000 +0100
++++ lite-0.8.10.mod/lite.pc.in	2012-02-15 15:42:43.847835643 +0000
+@@ -9,4 +9,4 @@
+ Requires: directfb >= @DFB_REQUIRED_VERSION@
+ Version: @VERSION@
+ Libs: -L${libdir} -llite
+-Cflags: -I${includedir} -DLITEFONTDIR=\\\"@LITEFONTDIR@\\\"
++Cflags: -I${includedir} -DLITEFONTDIR=\"@LITEFONTDIR@\"
-- 
1.7.1
-------------- next part --------------

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-15 16:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-15 15:56 [Buildroot] [PATCH] lite: Fix pkg-config file by removing excess slashes Will Newton
2012-02-15 16:14 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox