Contents of /trunk/libsexy/patches/libsexy-0.1.11-multilib.patch
Parent Directory | Revision Log
Revision 328 -
(show annotations)
(download)
Sat Sep 1 16:16:06 2007 UTC (17 years, 2 months ago) by niro
File size: 475 byte(s)
Sat Sep 1 16:16:06 2007 UTC (17 years, 2 months ago) by niro
File size: 475 byte(s)
-added patch to fix multilib builds
1 | diff -Naur libsexy-0.1.11/libsexy.pc.in libsexy-0.1.11-multilib/libsexy.pc.in |
2 | --- libsexy-0.1.11/libsexy.pc.in 2005-11-10 11:21:18.000000000 +0100 |
3 | +++ libsexy-0.1.11-multilib/libsexy.pc.in 2007-09-01 18:14:10.000000000 +0200 |
4 | @@ -1,7 +1,7 @@ |
5 | prefix=@prefix@ |
6 | -exec_prefix=${prefix} |
7 | -libdir=${exec_prefix}/lib |
8 | -includedir=${prefix}/include |
9 | +exec_prefix=@exec_prefix@ |
10 | +libdir=@libdir@ |
11 | +includedir=@includedir@ |
12 | |
13 | Name: libsexy |
14 | Description: Doing naughty things to good widgets |