[51623] trunk/dports/science/hdf5-18/Portfile

mmoll at macports.org mmoll at macports.org
Fri May 29 06:36:38 PDT 2009


Revision: 51623
          http://trac.macports.org/changeset/51623
Author:   mmoll at macports.org
Date:     2009-05-29 06:36:36 -0700 (Fri, 29 May 2009)
Log Message:
-----------
Fix compilation error that occurred with the universal variant. The HDF5 configure script reorders CPPFLAGS and mangles '-isysroot /Developer/SDKs/MacOSX10.5.sdk'. Luckily, we can omit it, since it does not run the preprocessing phase separate from the compilation phase and it leaves the CFLAGS/CXXFLAGS alone. Closes ticket #19799.

Modified Paths:
--------------
    trunk/dports/science/hdf5-18/Portfile

Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile	2009-05-29 13:18:41 UTC (rev 51622)
+++ trunk/dports/science/hdf5-18/Portfile	2009-05-29 13:36:36 UTC (rev 51623)
@@ -22,6 +22,11 @@
 depends_lib         port:zlib port:szip
 use_parallel_build  yes
 
+# The HDF5 configure script reorders CPPFLAGS and mangles 
+# '-isysroot /Developer/SDKs/MacOSX10.5.sdk'. Luckily, we can omit it, 
+# since it does not run the preprocessing phase separate from the 
+# compilation phase and it leaves the CFLAGS/CXXFLAGS alone.
+configure.universal_cppflags    
 configure.args      --with-zlib=yes --with-szlib=yes --enable-filters=all \
                     --enable-production --disable-fortran \
                     --enable-cxx --enable-shared --disable-static
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090529/41a4f221/attachment.html>


More information about the macports-changes mailing list