Ticket #21922: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 957 bytes (added by mlund (Mikael Lund), 15 years ago) |
---|
-
Portfile
old new 32 32 33 33 depends_lib port:fftw-3-single port:openmotif 34 34 35 configure.args --bindir=${prefix}/lib/${name}/bin -- with-x35 configure.args --bindir=${prefix}/lib/${name}/bin --enable-shared --with-x 36 36 37 37 variant nox description {Disable X11/Motif GUI} { 38 38 depends_lib-delete port:openmotif … … 51 51 configure.compiler macports-gcc-4.2 52 52 } 53 53 54 platform darwin 10 { 55 configure.args-append --enable-apple-64bit 56 depends_build-delete port:gcc42 57 configure.compiler gcc-4.2 58 } 59 60 if {${os.major}>8} { 61 variant mpi_system conflicts openmpi description {Enable multiple CPU's using system OpenMPI} { 62 configure.args-append --enable-mpi 63 }} 64 54 65 variant gcc43 conflicts gcc44 description {build with macports-gcc-4.3} { 55 66 depends_build-delete port:gcc42 56 67 depends_build-append port:gcc43