diff options
Diffstat (limited to 'math/octave/files/patch-glob::Makefile.in')
-rw-r--r-- | math/octave/files/patch-glob::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/octave/files/patch-glob::Makefile.in b/math/octave/files/patch-glob::Makefile.in new file mode 100644 index 000000000000..8a80c4b52029 --- /dev/null +++ b/math/octave/files/patch-glob::Makefile.in @@ -0,0 +1,11 @@ +--- glob/Makefile.in.orig Wed Feb 9 14:43:01 2005 ++++ glob/Makefile.in Wed Feb 9 14:43:13 2005 +@@ -25,7 +25,7 @@ + + CC = @CC@ + CPPFLAGS = @CPPFLAGS@ +-CFLAGS = @CFLAGS@ ++CFLAGS = @CFLAGS@ -fPIC + + # Information determined by configure. + DEFS = @DEFS@ |