diff options
author | Graeme Gregory <dp@xora.org.uk> | 2008-03-05 16:52:01 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2008-03-05 16:52:01 +0000 |
commit | b63eeefdc195007d494f73316fb205857161c1db (patch) | |
tree | 2561dab250a228f9dfbbbf876195aaa03b29fd4a /packages/libsexy/files/libsexy-pkgconfig-fixes.patch | |
parent | 3b74cf7e4b032778ece9b86c4ef7432405bd9f71 (diff) | |
parent | 66a28b5eeec400962e615a0225befdada529b094 (diff) |
merge of '8fb06f47da36b8b2158bea8339a80be10a144e3c'
and 'a064a0293b3a138710553a3fa279c7f690061da8'
Diffstat (limited to 'packages/libsexy/files/libsexy-pkgconfig-fixes.patch')
-rw-r--r-- | packages/libsexy/files/libsexy-pkgconfig-fixes.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/libsexy/files/libsexy-pkgconfig-fixes.patch b/packages/libsexy/files/libsexy-pkgconfig-fixes.patch new file mode 100644 index 0000000000..331b24bf1b --- /dev/null +++ b/packages/libsexy/files/libsexy-pkgconfig-fixes.patch @@ -0,0 +1,15 @@ +Index: libsexy-0.1.11/libsexy.pc.in +=================================================================== +--- libsexy-0.1.11.orig/libsexy.pc.in 2005-11-10 10:21:18.000000000 +0000 ++++ libsexy-0.1.11/libsexy.pc.in 2008-03-05 14:36:39.000000000 +0000 +@@ -6,7 +6,8 @@ + Name: libsexy + Description: Doing naughty things to good widgets + Version: @VERSION@ +-Libs: -L${libdir} -lsexy @PACKAGE_LIBS@ +-Cflags: -I${includedir} @PACKAGE_CFLAGS@ + ++Requires: pango glib-2.0 gtk+-2.0 libxml ++Libs: -L${libdir} -lsexy ++Cflags: -I${includedir} + |