diff options
Diffstat (limited to 'sci-libs/netcdf/files/fPIC.patch')
-rw-r--r-- | sci-libs/netcdf/files/fPIC.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sci-libs/netcdf/files/fPIC.patch b/sci-libs/netcdf/files/fPIC.patch new file mode 100644 index 000000000000..84080809cce8 --- /dev/null +++ b/sci-libs/netcdf/files/fPIC.patch @@ -0,0 +1,11 @@ +--- 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 \ |