aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-30 08:44:49 -0700
committerAdam Vandenberg2012-08-30 08:47:03 -0700
commit730751699731deeb7d0beb582e0471e661c90e9d (patch)
tree80e15da2bfd3e98565a0e69eab5fb13eb4872851 /Library
parente9b63779feb98d576641dd61368b6563699bd897 (diff)
downloadhomebrew-730751699731deeb7d0beb582e0471e661c90e9d.tar.bz2
bamtools 1.0.2
Restores needed whitespace to patches Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bamtools.rb16
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/bamtools.rb b/Library/Formula/bamtools.rb
index 7f8aea29c..61178574f 100644
--- a/Library/Formula/bamtools.rb
+++ b/Library/Formula/bamtools.rb
@@ -35,13 +35,13 @@ diff -ur bamtools-1.0.2.orig/src/api/CMakeLists.txt bamtools-1.0.2/src/api/CMake
+++ bamtools-1.0.2/src/api/CMakeLists.txt 2012-06-15 10:46:18.000000000 -0700
@@ -54,8 +54,8 @@
target_link_libraries( BamTools-static z )
-
+
# set library install destinations
-install( TARGETS BamTools LIBRARY DESTINATION "lib/bamtools" RUNTIME DESTINATION "bin")
-install( TARGETS BamTools-static ARCHIVE DESTINATION "lib/bamtools")
+install( TARGETS BamTools LIBRARY DESTINATION "lib" RUNTIME DESTINATION "bin")
+install( TARGETS BamTools-static ARCHIVE DESTINATION "lib")
-
+
# export API headers
include(../ExportHeader.cmake)
diff -ur bamtools-1.0.2.orig/src/third_party/jsoncpp/CMakeLists.txt bamtools-1.0.2/src/third_party/jsoncpp/CMakeLists.txt
@@ -49,10 +49,10 @@ diff -ur bamtools-1.0.2.orig/src/third_party/jsoncpp/CMakeLists.txt bamtools-1.0
+++ bamtools-1.0.2/src/third_party/jsoncpp/CMakeLists.txt 2012-06-15 10:41:49.000000000 -0700
@@ -10,7 +10,7 @@
add_definitions( -fPIC ) # (attempt to force PIC compiling on CentOS, not being set on shared libs by CMake)
-
+
# create jsoncpp library
--add_library ( jsoncpp SHARED
-+add_library ( jsoncpp STATIC
+-add_library ( jsoncpp SHARED
++add_library ( jsoncpp STATIC
json_reader.cpp
json_value.cpp
json_writer.cpp
@@ -61,10 +61,10 @@ diff -ur bamtools-1.0.2.orig/src/utils/CMakeLists.txt bamtools-1.0.2/src/utils/C
+++ bamtools-1.0.2/src/utils/CMakeLists.txt 2012-06-15 10:41:34.000000000 -0700
@@ -13,7 +13,7 @@
add_definitions( -fPIC ) # (attempt to force PIC compiling on CentOS, not being set on shared libs by CMake)
-
+
# create BamTools utils library
--add_library ( BamTools-utils SHARED
-+add_library ( BamTools-utils STATIC
+-add_library ( BamTools-utils SHARED
++add_library ( BamTools-utils STATIC
bamtools_fasta.cpp
bamtools_options.cpp
bamtools_pileup_engine.cpp