[61129] trunk/dports/aqua/qt4-mac-devel

ryandesign at macports.org ryandesign at macports.org
Wed Dec 2 11:56:57 PST 2009


Revision: 61129
          http://trac.macports.org/changeset/61129
Author:   ryandesign at macports.org
Date:     2009-12-02 11:56:57 -0800 (Wed, 02 Dec 2009)
Log Message:
-----------
qt4-mac-devel: ensure /dev/null doesn't get removed by the configure script; see #22701

Modified Paths:
--------------
    trunk/dports/aqua/qt4-mac-devel/Portfile

Added Paths:
-----------
    trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff

Modified: trunk/dports/aqua/qt4-mac-devel/Portfile
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/Portfile	2009-12-02 19:54:02 UTC (rev 61128)
+++ trunk/dports/aqua/qt4-mac-devel/Portfile	2009-12-02 19:56:57 UTC (rev 61129)
@@ -31,6 +31,7 @@
 # Test for Precompiled-headers support requires a C++ compiler, but configure calls it, by default, with a C compiler.
 # Ensure that securesocketclient demo is built even with configure option -openssl-linked.
 patchfiles          patch-mac.conf.diff \
+                    patch-configure.diff \
                     patch-precomp.test.diff
 
 # The build process uses -fconstant-cfstrings.

Added: trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff
===================================================================
--- trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff	                        (rev 0)
+++ trunk/dports/aqua/qt4-mac-devel/files/patch-configure.diff	2009-12-02 19:56:57 UTC (rev 61129)
@@ -0,0 +1,11 @@
+--- configure.orig	2009-10-13 17:34:09.000000000 +0200
++++ configure	2009-11-03 17:46:54.000000000 +0100
+@@ -131,7 +131,7 @@
+     cat >conftest.cpp <<EOF
+ int main() { return 0; }
+ EOF
+-    "$TEST_COMPILER" "$@" -o /dev/null conftest.cpp
++    "$TEST_COMPILER" "$@" -o conftest.o conftest.cpp
+     ret=$?
+     rm -f conftest.cpp conftest.o
+     return $ret
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091202/d9489470/attachment.html>


More information about the macports-changes mailing list