summaryrefslogtreecommitdiff
path: root/devel/netcdf/patches/patch-ah
blob: 9001f03ac05699e971dda8d785f2d1e1ac526182 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.2 2005/02/25 09:52:47 adam Exp $

--- ncgen/Makefile.orig	2004-12-18 18:08:01.000000000 +0000
+++ ncgen/Makefile
@@ -15,7 +15,7 @@ GARBAGE		= $(PROGRAM) \
 		  ctest.c ctest ctest0.nc ctest1.cdl \
 		  ftest.f ftest ftest0.nc ftest1.cdl
 
-lib_netcdf	= ../libsrc/libnetcdf.a
+lib_netcdf	= ../libsrc/libnetcdf.la
 # Don't use "-L../libsrc -lnetcdf" in the following because that doesn't
 # work on a CRAY T90 (sigh).
 ld_netcdf	= $(lib_netcdf)