summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/thepeg/thepeg-2.1.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/thepeg/thepeg-2.1.1.patch')
-rw-r--r--var/spack/repos/builtin/packages/thepeg/thepeg-2.1.1.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/thepeg/thepeg-2.1.1.patch b/var/spack/repos/builtin/packages/thepeg/thepeg-2.1.1.patch
new file mode 100644
index 0000000000..90c61fc991
--- /dev/null
+++ b/var/spack/repos/builtin/packages/thepeg/thepeg-2.1.1.patch
@@ -0,0 +1,14 @@
+--- m4/rivet.m4.orig 2013-10-16 10:50:05.000000000 +0200
++++ m4/rivet.m4 2017-08-02 12:26:22.897894696 +0200
+@@ -33,10 +33,7 @@
+ else
+ AC_MSG_RESULT([$with_rivet])
+ RIVETINCLUDE="$( $with_rivet/bin/rivet-config --cppflags )"
+- RIVETLIBS="-L$with_rivet/lib -R$with_rivet/lib -lRivet"
+- if test "${host_cpu}" == "x86_64" -a -e $with_rivet/lib64/libRivet.so ; then
+- RIVETLIBS="-L$with_rivet/lib64 -R$with_rivet/lib64 -lRivet"
+- fi
++ RIVETLIBS="$( $with_rivet/bin/rivet-config --libs ) -lYODA"
+ fi
+
+ if test "x$with_rivet" != "xno"; then