]> git.pld-linux.org Git - packages/netcdf.git/commitdiff
- small fix for linking in cxx subdir
authormarcus <marcus@pld-linux.org>
Sun, 14 Apr 2002 20:25:39 +0000 (20:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netcdf-makefile.patch -> 1.1

netcdf-makefile.patch [new file with mode: 0644]

diff --git a/netcdf-makefile.patch b/netcdf-makefile.patch
new file mode 100644 (file)
index 0000000..6ec6297
--- /dev/null
@@ -0,0 +1,11 @@
+--- netcdf-3.5.0/src/cxx/Makefile.org  Sun Apr 14 20:17:58 2002
++++ netcdf-3.5.0/src/cxx/Makefile      Sun Apr 14 20:17:38 2002
+@@ -13,7 +13,7 @@
+ LIBRARYL      = libnetcdf_c++.la
+ lib_netcdf    = ../libsrc/libnetcdf.la
+-ld_netcdf     = -L../libsrc/.libs -lnetcdf
++ld_netcdf     = -L../libsrc -L../libsrc/.libs -lnetcdf
+ HEADER1               = netcdfcpp.h
+ HEADER2               = ncvalues.h
This page took 0.02984 seconds and 4 git commands to generate.