diff options
author | 2009-01-15 15:11:26 +0000 | |
---|---|---|
committer | 2009-01-15 15:11:26 +0000 | |
commit | 77e9fbde8c1545586894d95a13e719828d6daba6 (patch) | |
tree | b46ea10551941b7bbeee0139c4e9302d88df0220 /sci-libs/netcdf/files | |
parent | Version bump (diff) | |
download | gentoo-2-77e9fbde8c1545586894d95a13e719828d6daba6.tar.gz gentoo-2-77e9fbde8c1545586894d95a13e719828d6daba6.tar.bz2 gentoo-2-77e9fbde8c1545586894d95a13e719828d6daba6.zip |
Removed 2 obsolete patches
(Portage version: 2.2_rc22/cvs/Linux 2.6.25-gentoo-r7 x86_64)
Diffstat (limited to 'sci-libs/netcdf/files')
-rw-r--r-- | sci-libs/netcdf/files/fPIC.1.patch | 24 | ||||
-rw-r--r-- | sci-libs/netcdf/files/fPIC.patch | 11 |
2 files changed, 0 insertions, 35 deletions
diff --git a/sci-libs/netcdf/files/fPIC.1.patch b/sci-libs/netcdf/files/fPIC.1.patch deleted file mode 100644 index cc4b4d8b7435..000000000000 --- a/sci-libs/netcdf/files/fPIC.1.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Naur netcdf-3.6.1/src/cxx/Makefile netcdf-3.6.1-new/src/cxx/Makefile ---- netcdf-3.6.1/src/cxx/Makefile 2006-01-26 15:13:44.000000000 -0500 -+++ netcdf-3.6.1-new/src/cxx/Makefile 2006-10-22 18:41:18.000000000 -0400 -@@ -11,6 +11,8 @@ - nctst.cpp ncvalues.cpp ncvalues.h netcdf.cpp netcdfcpp.h \ - netcdf.hh install-sh ref_nctst.cdl ref_nctst_64bit_offset.cdl - -+CXXFLAGS += -fPIC -+ - LIBRARY = libnetcdf_c++.a - lib_netcdf = ../libsrc/libnetcdf.a - ld_netcdf = -L../libsrc -lnetcdf -diff -Naur netcdf-3.6.1/src/libsrc/Makefile netcdf-3.6.1-new/src/libsrc/Makefile ---- netcdf-3.6.1/src/libsrc/Makefile 2005-02-17 11:15:11.000000000 -0500 -+++ netcdf-3.6.1-new/src/libsrc/Makefile 2006-10-22 18:40:36.000000000 -0400 -@@ -14,6 +14,8 @@ - - MANUAL = netcdf.3 - -+CFLAGS += -fPIC -+ - LIB_CSRCS = \ - attr.c \ - dim.c \ diff --git a/sci-libs/netcdf/files/fPIC.patch b/sci-libs/netcdf/files/fPIC.patch deleted file mode 100644 index 84080809cce8..000000000000 --- a/sci-libs/netcdf/files/fPIC.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libsrc/Makefile~ 2004-04-11 17:42:21.000000000 +0200 -+++ libsrc/Makefile 2004-04-11 17:42:46.000000000 +0200 -@@ -14,6 +14,8 @@ - - MANUAL = netcdf.3 - -+CFLAGS += -fPIC -+ - LIB_CSRCS = \ - attr.c \ - dim.c \ |