rev 15150 - trunk/packages/qt4-x11/debian/patches

Fathi Boudra fabo at alioth.debian.org
Mon Jul 6 11:46:55 UTC 2009


Author: fabo
Date: 2009-07-06 11:46:54 +0000 (Mon, 06 Jul 2009)
New Revision: 15150

Modified:
   trunk/packages/qt4-x11/debian/patches/14_add_libraries_to_gui_build_where_actually_needed.diff
Log:
fix duplicated line. thanks to Pino for the notice.


Modified: trunk/packages/qt4-x11/debian/patches/14_add_libraries_to_gui_build_where_actually_needed.diff
===================================================================
--- trunk/packages/qt4-x11/debian/patches/14_add_libraries_to_gui_build_where_actually_needed.diff	2009-07-06 11:28:31 UTC (rev 15149)
+++ trunk/packages/qt4-x11/debian/patches/14_add_libraries_to_gui_build_where_actually_needed.diff	2009-07-06 11:46:54 UTC (rev 15150)
@@ -1,11 +1,10 @@
 --- a/src/gui/kernel/kernel.pri
 +++ b/src/gui/kernel/kernel.pri
-@@ -146,6 +146,8 @@ embedded {
+@@ -146,6 +146,7 @@ embedded {
              HEADERS += \
                  kernel/qeventdispatcher_glib_qws_p.h
              QMAKE_CXXFLAGS += $$QT_CFLAGS_GLIB
-+            LIBS +=$$QT_LIBS_GLIB
-+	    LIBS +=$$QT_LIBS_GLIB
++             LIBS +=$$QT_LIBS_GLIB
  	}
  
  
@@ -15,7 +14,7 @@
          painting/qtextureglyphcache.cpp \
          painting/qtransform.cpp \
  
-+LIBS += -lz
++         LIBS += -lz
 +
          DEFINES += QT_RASTER_IMAGEENGINE
          win32:DEFINES += QT_RASTER_PAINTENGINE




More information about the pkg-kde-commits mailing list