diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 07:43:49 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 07:43:49 +0000 |
commit | d2a4c132d86e6134773f873365c2718c85c59d79 (patch) | |
tree | 8806ce9c2f7c0317000e56dbc9b3399077b9ed16 /math/octave/files | |
parent | 273d2508f9048e24605d2f9924e1282e25034cfe (diff) | |
download | ports-d2a4c132d86e6134773f873365c2718c85c59d79.tar.gz ports-d2a4c132d86e6134773f873365c2718c85c59d79.zip |
Notes
Diffstat (limited to 'math/octave/files')
-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@ |