diff options
Diffstat (limited to 'recipes-graphics/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch')
-rw-r--r-- | recipes-graphics/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-graphics/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch b/recipes-graphics/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch deleted file mode 100644 index 0eb4c7519a..0000000000 --- a/recipes-graphics/directfb/fusionsound-1.1.0+git20070709/fix-pkgconfig-cflags.patch +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | --- git/fusionsound.pc.in~org 2008-08-19 11:04:27.000000000 -0400 | ||
2 | +++ git/fusionsound.pc.in 2008-08-19 11:06:20.000000000 -0400 | ||
3 | @@ -8,4 +8,4 @@ | ||
4 | Description: Multi application sound streaming and mixing | ||
5 | Version: @VERSION@ | ||
6 | Libs: -L${libdir} -lfusionsound | ||
7 | -Cflags: -I@INCLUDEDIR@ | ||
8 | +Cflags: -I${includedir}/fusionsound | ||
9 | --- git/fusionsound-internal.pc.in~org 2008-08-19 11:11:57.000000000 -0400 | ||
10 | +++ git/fusionsound-internal.pc.in 2008-08-19 11:08:31.000000000 -0400 | ||
11 | @@ -1,10 +1,10 @@ | ||
12 | prefix=@prefix@ | ||
13 | exec_prefix=@exec_prefix@ | ||
14 | moduledir=@MODULEDIR@ | ||
15 | -includedir=@INTERNALINCLUDEDIR@ | ||
16 | +includedir=@includedir@ | ||
17 | |||
18 | Name: FusionSound-Internal | ||
19 | Description: Third party module support package for FusionSound. | ||
20 | Version: @VERSION@ | ||
21 | Requires: fusionsound = @VERSION@ | ||
22 | -Cflags: -I@INTERNALINCLUDEDIR@ | ||
23 | +Cflags: -I${includedir}/fusionsound -I${includedir} | ||