summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-06-22 14:30:07 +0000
committerJustin Lecher <jlec@gentoo.org>2010-06-22 14:30:07 +0000
commitf97dfb033b9b355503f7fe3e013739eba963aa1d (patch)
treea3a146703801c5f52bb7210f26787ddd815d941d /sci-libs/netcdf/files
parentStable for HPPA (bug #322297). (diff)
downloadhistorical-f97dfb033b9b355503f7fe3e013739eba963aa1d.tar.gz
historical-f97dfb033b9b355503f7fe3e013739eba963aa1d.tar.bz2
historical-f97dfb033b9b355503f7fe3e013739eba963aa1d.zip
Parallel build fix, #187759
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'sci-libs/netcdf/files')
-rw-r--r--sci-libs/netcdf/files/netcdf-3.6.3-parallel.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-libs/netcdf/files/netcdf-3.6.3-parallel.patch b/sci-libs/netcdf/files/netcdf-3.6.3-parallel.patch
new file mode 100644
index 000000000000..14364b831ccf
--- /dev/null
+++ b/sci-libs/netcdf/files/netcdf-3.6.3-parallel.patch
@@ -0,0 +1,17 @@
+diff --git a/f90/Makefile.am b/f90/Makefile.am
+index ee56177..e9828eb 100644
+--- a/f90/Makefile.am
++++ b/f90/Makefile.am
+@@ -64,10 +64,12 @@ if UPPER_CASE_MOD
+ nodist_include_HEADERS = TYPESIZES.mod NETCDF.mod
+ TYPESIZES.mod: typeSizes.o
+ NETCDF.mod: $(NETCDF_O)
++BUILT_SOURCES = TYPESIZES.mod
+ else
+ nodist_include_HEADERS = typesizes.mod netcdf.mod
+ typesizes.mod: typeSizes.o
+ netcdf.mod: $(NETCDF_O)
++BUILT_SOURCES = typesizes.mod
+ endif
+
+ # This is what we are building: a convenience library of F90 functions.