pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/octave-current Use the PIC flag for Fortran that ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/652d8f71f0db
branches: trunk
changeset: 545976:652d8f71f0db
user: dholland <dholland%pkgsrc.org@localhost>
date: Mon Aug 18 01:47:31 2008 +0000
description:
Use the PIC flag for Fortran that autoconf picks out. Fixes broken
build on amd64 and probably others.
diffstat:
math/octave-current/distinfo | 3 ++-
math/octave-current/patches/patch-ak | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (31 lines):
diff -r ac699828f971 -r 652d8f71f0db math/octave-current/distinfo
--- a/math/octave-current/distinfo Mon Aug 18 00:55:48 2008 +0000
+++ b/math/octave-current/distinfo Mon Aug 18 01:47:31 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.39 2007/12/29 11:09:26 adam Exp $
+$NetBSD: distinfo,v 1.40 2008/08/18 01:47:31 dholland Exp $
SHA1 (octave-2.9.19.tar.bz2) = 1cee64ccbcce0aca2b771175fcfbca817c9ba705
RMD160 (octave-2.9.19.tar.bz2) = c0f7d7b384f3e2f51cdb7ee0360d4ddf52e4493a
@@ -13,3 +13,4 @@
SHA1 (patch-ah) = 240fd27ce0b4b9a18e39851139cecd9c71a0bdcc
SHA1 (patch-ai) = aa1dbef826fcd2bf0066db7fca4e0ea077b07268
SHA1 (patch-aj) = 9353f42e2f0d92f5aec524de2b397aa07908c3f8
+SHA1 (patch-ak) = eaac7d3ddbd10ac539280f3f740242c4d7b19c07
diff -r ac699828f971 -r 652d8f71f0db math/octave-current/patches/patch-ak
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/octave-current/patches/patch-ak Mon Aug 18 01:47:31 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.5 2008/08/18 01:47:31 dholland Exp $
+
+--- libcruft/Makerules.in.orig 2007-10-12 17:27:12.000000000 -0400
++++ libcruft/Makerules.in 2008-08-17 20:37:09.000000000 -0400
+@@ -54,6 +54,8 @@ CRUFT_DEFS = $(CRUFT_FDEFS) $(CRUFT_CDEF
+
+ DISTFILES = $(CRUFT_SRC) $(addprefix $(srcdir)/, Makefile.in $(SPECIAL))
+
++FFLAGS += $(FPICFLAG)
++
+ ifeq ($(SHARED_LIBS), true)
+ ifdef FPICFLAG
+ CRUFT_FPICOBJ := $(addprefix pic/, $(CRUFT_FOBJ))
Home |
Main Index |
Thread Index |
Old Index