Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 249493 | Differences between
and this patch

Collapse All | Expand All

(-)plugins/etsf_io/etsf_io.mk (-1 / +1 lines)
Lines 32-38 Link Here
32
	 F90FLAGS="$(FCFLAGS_FREEFORM) $(FCFLAGS_ETSF_IO)" \
32
	 F90FLAGS="$(FCFLAGS_FREEFORM) $(FCFLAGS_ETSF_IO)" \
33
	 FC="$(FC)" \
33
	 FC="$(FC)" \
34
	 FCFLAGS="$(FCFLAGS_FREEFORM) $(FCFLAGS_ETSF_IO)" \
34
	 FCFLAGS="$(FCFLAGS_FREEFORM) $(FCFLAGS_ETSF_IO)" \
35
	 ./configure --prefix=$(PWD)/tmp --with-netcdf-module-path=`echo "$(lib_netcdf_includes)" | sed "s/-I//"` --with-netcdf-ldflags=`echo "$(lib_netcdf_libs)" | sed "s/-lnetcdf//"` --disable-build-tests --with-moduledir=$(PWD)/tmp/include
35
	 ./configure --prefix=$(PWD)/tmp --with-netcdf-module-path=`echo "$(lib_netcdf_includes)" | sed "s/-I//"` --with-netcdf-ldflags="$(lib_netcdf_libs)" --disable-build-tests --with-moduledir=$(PWD)/tmp/include
36
	touch configure-stamp
36
	touch configure-stamp
37
37
38
build-stamp: configure
38
build-stamp: configure

Return to bug 249493