diff options
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 = \ |