aboutsummaryrefslogtreecommitdiff
path: root/math/octave/files
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-02-10 07:43:49 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-02-10 07:43:49 +0000
commitd2a4c132d86e6134773f873365c2718c85c59d79 (patch)
tree8806ce9c2f7c0317000e56dbc9b3399077b9ed16 /math/octave/files
parent273d2508f9048e24605d2f9924e1282e25034cfe (diff)
downloadports-d2a4c132d86e6134773f873365c2718c85c59d79.tar.gz
ports-d2a4c132d86e6134773f873365c2718c85c59d79.zip
Notes
Diffstat (limited to 'math/octave/files')
-rw-r--r--math/octave/files/patch-glob::Makefile.in11
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@