pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/fftw
Module Name: pkgsrc
Committed By: gdt
Date: Fri Jun 7 13:28:56 UTC 2013
Modified Files:
pkgsrc/math/fftw: Makefile
Log Message:
Cosmetic change to make it easier to disable fortran.
This commit makes no semantic change; it merely splits
USE_LANGUAGES=c fortran77
into two lines, reorders, and adds comments.
However, one can then easily turn off
USE_LANGUAGES+= fortran77
and turn on
CONFIGURE_ARGS+= --disable-fortran
and build, without a fortran dependency, and observe that there are no
PLIST problems.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/math/fftw/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index