diff options
author | Francois Andriot <[email protected]> | 2012-08-03 13:59:43 +0200 |
---|---|---|
committer | Francois Andriot <[email protected]> | 2012-08-03 13:59:43 +0200 |
commit | be9f9f70d960e0789e024c8285dc681302c3c3f1 (patch) | |
tree | bc4c568eb13a62af120ba51f9145337541b35be3 /redhat/dependencies/libcaldav/libcaldav-0.6.2-fix_installation.patch | |
parent | 1f76bf54b70463addf27bc503bb58af60dc8ae58 (diff) | |
download | tde-packaging-be9f9f70d960e0789e024c8285dc681302c3c3f1.tar.gz tde-packaging-be9f9f70d960e0789e024c8285dc681302c3c3f1.zip |
RHEL/Fedora: adds support for Mandriva 2011 in packaging
Diffstat (limited to 'redhat/dependencies/libcaldav/libcaldav-0.6.2-fix_installation.patch')
-rw-r--r-- | redhat/dependencies/libcaldav/libcaldav-0.6.2-fix_installation.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/redhat/dependencies/libcaldav/libcaldav-0.6.2-fix_installation.patch b/redhat/dependencies/libcaldav/libcaldav-0.6.2-fix_installation.patch new file mode 100644 index 000000000..e1eb18ebf --- /dev/null +++ b/redhat/dependencies/libcaldav/libcaldav-0.6.2-fix_installation.patch @@ -0,0 +1,24 @@ +--- libcaldav-0.6.5/libcaldav.pc.in.ORI 2012-08-02 23:25:37.149283733 +0200 ++++ libcaldav-0.6.5/libcaldav.pc.in 2012-08-02 23:25:45.356339277 +0200 +@@ -3,8 +3,8 @@ + libdir=@libdir@ + includedir=@includedir@ + +-pkglibdir=${libdir}/@PACKAGE@ +-pkgincludedir=${includedir}/@PACKAGE@ ++pkglibdir=${libdir} ++pkgincludedir=${includedir} + + Name: libcaldav + Description: libcaldav is a client library for CalDAV +--- libcaldav-0.6.5/src/Makefile.am.ORI 2012-08-02 23:33:27.804972833 +0200 ++++ libcaldav-0.6.5/src/Makefile.am 2012-08-02 23:33:35.460457142 +0200 +@@ -37,7 +37,7 @@ + get-freebusy-report.c \ + get-freebusy-report.h + +-libcaldav_includedir=$(includedir)/libcaldav-@VERSION@ ++libcaldav_includedir=$(includedir) + libcaldav_include_HEADERS = caldav.h + + noinst_HEADERS = \ |