From 9b04d6a866b7a255aca05752b1c19026da92fefd Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Sat, 12 Jul 2003 03:59:57 +0000 Subject: Add new port math/fbm. A software for Flexible Bayesian Modelling and Markov Chain Sampling(The software is for education and research use only). PR: 53650 Submitted by: Pedro F. Giffuni --- math/fbm/files/patch-util+util.make | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 math/fbm/files/patch-util+util.make (limited to 'math/fbm/files/patch-util+util.make') diff --git a/math/fbm/files/patch-util+util.make b/math/fbm/files/patch-util+util.make new file mode 100644 index 000000000000..f5501557c57b --- /dev/null +++ b/math/fbm/files/patch-util+util.make @@ -0,0 +1,8 @@ +--- util/util.make.orig Sun Jun 22 23:10:08 2003 ++++ util/util.make Sun Jun 22 23:16:12 2003 +@@ -92,4 +92,4 @@ + phi.o: phi.c + + rand.o: rand.c rand.h +- $(CC) $(CFLAGS) -DRAND_FILE=\"`pwd`/../util/randfile\" -c rand.c ++ $(CC) $(CFLAGS) -DRAND_FILE=\"${PREFIX}/share/fbm/randfile\" -c rand.c -- cgit v1.2.3