From d2a4c132d86e6134773f873365c2718c85c59d79 Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Thu, 10 Feb 2005 07:43:49 +0000 Subject: - Use more graceful way to unbreak on amd64 PR: ports/74669 Submitted by: Roland Smith --- math/octave-devel/files/patch-glob::Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/octave-devel/files/patch-glob::Makefile.in (limited to 'math/octave-devel/files/patch-glob::Makefile.in') diff --git a/math/octave-devel/files/patch-glob::Makefile.in b/math/octave-devel/files/patch-glob::Makefile.in new file mode 100644 index 000000000000..8a80c4b52029 --- /dev/null +++ b/math/octave-devel/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@ -- cgit v1.2.3