rev 10273 - branches/kde4/packages/kdelibs/debian/patches

Modestas Vainius modax-guest at alioth.debian.org
Fri Apr 25 22:18:25 UTC 2008


Author: modax-guest
Date: 2008-04-25 22:18:25 +0000 (Fri, 25 Apr 2008)
New Revision: 10273

Modified:
   branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff
Log:
Harmful typo

Modified: branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff
===================================================================
--- branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff	2008-04-25 21:21:58 UTC (rev 10272)
+++ branches/kde4/packages/kdelibs/debian/patches/98_link_interface_libraries.diff	2008-04-25 22:18:25 UTC (rev 10273)
@@ -7,7 +7,7 @@
 -  target_link_libraries(kdnssd ${KDE4_KDEUI_LIBS})
 +  target_link_libraries(kdnssd ${KDE4_KDEUI_LIBS} ${QT_QTDBUS_LIBRARY} )
  endif (HAVE_DNSSD)
-+set_target_properties(kdnssd PROPERTIES LINK_INTERFACE_LIBRARIES "$(QT_QTCORE_LIBRARY")
++set_target_properties(kdnssd PROPERTIES LINK_INTERFACE_LIBRARIES "$(QT_QTCORE_LIBRARY}")
  
  set_target_properties(kdnssd PROPERTIES VERSION ${GENERIC_LIB_VERSION} SOVERSION ${GENERIC_LIB_SOVERSION} )
  install(TARGETS kdnssd ${KDELIBS_EXPORT} ${INSTALL_TARGETS_DEFAULT_ARGS})




More information about the pkg-kde-commits mailing list