[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / scilab

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/math/scilab/Makefile between version 1.78 and 1.79

version 1.78, 2009/10/08 01:24:03 version 1.79, 2009/10/11 23:17:03
Line 53  CONFIGURE_ENV+=  LOCALBASE=${LOCALBASE:Q
Line 53  CONFIGURE_ENV+=  LOCALBASE=${LOCALBASE:Q
 #   scilab-4.1/routines/os_specific/getarg.c  #   scilab-4.1/routines/os_specific/getarg.c
 #  #
 .include "../../mk/compiler.mk"  .include "../../mk/compiler.mk"
 .  if !empty(FC:Mgfortran) || !empty(PKGSRC_FORTRAN:Mg95)  .  if !empty(FC:Mgfortran) || (defined(PKGSRC_FORTRAN) && !empty(PKGSRC_FORTRAN:Mg95))
 CFLAGS+=                -DG95_FORTRAN=1  CFLAGS+=                -DG95_FORTRAN=1
 .endif  .endif
   

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

CVSweb <webmaster@jp.NetBSD.org>