summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/qt4-qtruby/files/cmakefix.diff')
-rw-r--r--dev-ruby/qt4-qtruby/files/cmakefix.diff12
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-ruby/qt4-qtruby/files/cmakefix.diff b/dev-ruby/qt4-qtruby/files/cmakefix.diff
deleted file mode 100644
index c22109caba41..000000000000
--- a/dev-ruby/qt4-qtruby/files/cmakefix.diff
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur libqt4-ruby-1.4.9/ruby/qtruby/src/CMakeLists.txt libqt4-ruby-1.4.9.new/ruby/qtruby/src/CMakeLists.txt
---- libqt4-ruby-1.4.9/ruby/qtruby/src/CMakeLists.txt 2007-04-20 13:02:49.000000000 +0200
-+++ libqt4-ruby-1.4.9.new/ruby/qtruby/src/CMakeLists.txt 2007-07-25 16:01:36.000000000 +0200
-@@ -29,7 +29,7 @@
- add_library(qtrubyinternal STATIC ${qtruby_LIB_SRCS})
- target_link_libraries(qtrubyinternal ${QT_QTCORE_LIBRARY} ${RUBY_LIBRARY} ${QT_QTNETWORK_LIBRARY} smokekde)
-
--set_target_properties(qtruby4 PROPERTIES VERSION 0.0.0 SOVERSION 0 PREFIX "")
-+set_target_properties(qtruby4 PROPERTIES PREFIX "")
-
- install(TARGETS qtruby4 DESTINATION ${RUBY_SITE_ARCH_DIR} )
-