Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv13767

Modified Files:
        qt3.info 
Log Message:
fix for #including a non-Qt header
http://article.gmane.org/gmane.os.apple.fink.general/37141

Index: qt3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/qt3.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- qt3.info    19 Jul 2013 07:02:02 -0000      1.2
+++ qt3.info    22 Jul 2013 14:41:33 -0000      1.3
@@ -1,6 +1,6 @@
 Package: qt3
 Version: 3.3.8
-Revision: 2001
+Revision: 2002
 Description: Cross-Platform GUI application framework
 License: GPL
 Maintainer: Benjamin Reed <q...@fink.raccoonfink.com>
@@ -118,6 +118,13 @@
        done
 
        patch -p1 < %{PatchFile2}
+
+       ### 4ti2-dev has completion.h which pollutes the build
+       ### http://article.gmane.org/gmane.os.apple.fink.general/37141
+       ### Easier to patch files to point to Qt3 header than to figure
+       ### out a way to fix -I flags in a Qt build.
+       perl -pi -e 's|include <completion.h>|include 
\"../../editor/completion.h\"|g' 
tools/designer/plugins/cppeditor/cppcompletion.h
+       perl -pi -e 's|include \"completion.h\"|include 
\"../../editor/completion.h\"|g' 
tools/designer/plugins/cppeditor/editorinterfaceimpl.cpp
 <<
 PatchFile: %n.patch
 PatchFile-MD5: 1230b9d9a282a20033f32a94b7403119


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to