[81676] trunk/dports/lang/hugs98/Portfile

jmr at macports.org jmr at macports.org
Thu Aug 4 00:37:27 PDT 2011


Revision: 81676
          http://trac.macports.org/changeset/81676
Author:   jmr at macports.org
Date:     2011-08-04 00:37:27 -0700 (Thu, 04 Aug 2011)
Log Message:
-----------
hugs98: apply darwin 10 patches on future versions too (#30582)

Modified Paths:
--------------
    trunk/dports/lang/hugs98/Portfile

Modified: trunk/dports/lang/hugs98/Portfile
===================================================================
--- trunk/dports/lang/hugs98/Portfile	2011-08-04 07:35:03 UTC (rev 81675)
+++ trunk/dports/lang/hugs98/Portfile	2011-08-04 07:37:27 UTC (rev 81676)
@@ -22,7 +22,7 @@
 
 depends_lib	port:readline
 
-platform darwin 10 {
+if {${os.platform} == "darwin" && ${os.major} >= 10} {
     # This fixes the 'Undefined symbols: "_environ"' error
     patchfiles-append patch-packages-base-include-HsBase.h.diff
     # This fixes the 'Undefined symbols: "renameFile_17' and 'readdir_40' errors
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110804/f93cc812/attachment.html>


More information about the macports-changes mailing list