[53499] trunk/dports/x11/wine-devel/Portfile

ryandesign at macports.org ryandesign at macports.org
Mon Jul 6 21:07:55 PDT 2009


Revision: 53499
          http://trac.macports.org/changeset/53499
Author:   ryandesign at macports.org
Date:     2009-07-06 21:07:55 -0700 (Mon, 06 Jul 2009)
Log Message:
-----------
wine-devel: revert r53498; that's not how I want to fix this problem. See #20195.

Modified Paths:
--------------
    trunk/dports/x11/wine-devel/Portfile

Modified: trunk/dports/x11/wine-devel/Portfile
===================================================================
--- trunk/dports/x11/wine-devel/Portfile	2009-07-07 03:55:32 UTC (rev 53498)
+++ trunk/dports/x11/wine-devel/Portfile	2009-07-07 04:07:55 UTC (rev 53499)
@@ -72,14 +72,6 @@
     reinplace s|@PREFIX@|${prefix}|g ${destroot}${prefix}/bin/wine
 }
 
-pre-configure {
-	set current_xcodeversion [exec xcodebuild -version |awk 'NR=1{print \$2}{exit}']
-	if {[rpm-vercomp ${current_xcodeversion} 3.0] <= 0} {
-		configure.args-append --disable-win16
-		ui_msg "Xcode 3.x cannot build 16-bit code correctly.  Because of this, WINE will be compiled without 16-bit support."
-	}
-}
-
 livecheck.name          ${my_name}
 livecheck.check         sourceforge
 livecheck.regex         "<title>Source Packages (\[0-9\]+\\.\[0-9\]*\[13579\](\\.\[0-9\]+)*) released.*</title>"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090706/a61503e6/attachment.html>


More information about the macports-changes mailing list