SOURCES: ebook-tools-lib64.patch (NEW) - 64bit fix

shadzik shadzik at pld-linux.org
Fri Jun 20 21:13:53 CEST 2008


Author: shadzik                      Date: Fri Jun 20 19:13:52 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- 64bit fix

---- Files affected:
SOURCES:
   ebook-tools-lib64.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ebook-tools-lib64.patch
diff -u /dev/null SOURCES/ebook-tools-lib64.patch:1.1
--- /dev/null	Fri Jun 20 21:13:53 2008
+++ SOURCES/ebook-tools-lib64.patch	Fri Jun 20 21:13:47 2008
@@ -0,0 +1,9 @@
+--- src/libepub/CMakeLists.txt	2008-06-20 21:10:09.429669500 +0200
++++ src/libepub/CMakeLists.txt-new	2008-06-20 21:09:54.824756750 +0200
+@@ -4,5 +4,5 @@
+ 
+ set_target_properties (epub PROPERTIES VERSION 0.1.1 SOVERSION 0)
+ 
+-install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib ARCHIVE DESTINATION lib )
++install ( TARGETS epub RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX} )
+ install ( FILES epub.h epub_shared.h DESTINATION include )
================================================================


More information about the pld-cvs-commit mailing list