summaryrefslogtreecommitdiff
path: root/math/fbm/files/patch-util+util.make
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-12 03:59:57 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-12 03:59:57 +0000
commit9b04d6a866b7a255aca05752b1c19026da92fefd (patch)
treec1a81736cbd149f8b0a9925d7f72d6640070fa87 /math/fbm/files/patch-util+util.make
parentUpdate to 6.0 (diff)
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 <giffunip@yahoo.com>
Diffstat (limited to 'math/fbm/files/patch-util+util.make')
-rw-r--r--math/fbm/files/patch-util+util.make8
1 files changed, 8 insertions, 0 deletions
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