Subject: soln to pr#15022
To: None <tech-pkg@netbsd.org>
From: Chuck Cranor <chuck@research.att.com>
List: tech-pkg
Date: 01/08/2002 14:18:33
i think this will fix pr#15022.   i think they assume gnu M4.
can one of the pkgsrc experts take it from here?

thanks,
chuck



diff -rc netcdf-3.4_ORIG/src/macros.make.in netcdf-3.4/src/macros.make.in
*** netcdf-3.4_ORIG/src/macros.make.in	Thu Sep 18 16:56:04 1997
--- netcdf-3.4/src/macros.make.in	Tue Jan  8 14:09:06 2002
***************
*** 19,25 ****
  
  # Preprocessing:
  M4		= @M4@
! M4FLAGS		= -B10000
  CPP		= @CPP@
  CPPFLAGS	= $(INCLUDES) $(DEFINES) @CPPFLAGS@
  FPP		= @FPP@
--- 19,25 ----
  
  # Preprocessing:
  M4		= @M4@
! M4FLAGS		= 
  CPP		= @CPP@
  CPPFLAGS	= $(INCLUDES) $(DEFINES) @CPPFLAGS@
  FPP		= @FPP@