Date: Fri, 1 Aug 2008 14:16:34 -0700 From: Steve Kargl <sgk@troutmask.apl.washington.edu> To: freebsd-ports@freebsd.org Subject: [PATCH] graphics/raster3d -- replace g77 dependence by gfortran Message-ID: <20080801211634.GA55395@troutmask.apl.washington.edu>
next in thread | raw e-mail | index | archive | help
diff -urN raster3d.old/Makefile raster3d/Makefile --- raster3d.old/Makefile 2008-02-01 04:05:24.000000000 -0800 +++ raster3d/Makefile 2008-08-01 14:09:43.000000000 -0700 @@ -23,7 +23,8 @@ BINARIES= avs2ps balls rastep render ribbon rings3d rods normal3d SCRIPTS= label3d stereo3d -USE_FORTRAN= g77 +USE_FORTRAN= yes +FFLAGS+= -fno-range-check .if !defined(WITHOUT_IMAGEMAGICK) RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080801211634.GA55395>