summaryrefslogtreecommitdiff
path: root/devel/csmith/files/patch-runtime__Makefile.in
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-10-25 20:54:51 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-10-25 20:54:51 +0000
commitddcd38b26a01f4b71dab4ea9ef9515d8237bc9dd (patch)
treed49a6a795d018797c350f4023bce9d9f93d3f4f0 /devel/csmith/files/patch-runtime__Makefile.in
parentAdd patch fixing Cavebear Ethernet manufacturer listings location (diff)
Csmith is a tool that can generate random C programs that statically
and dynamically conform to the C99 standard. Thus, it is useful for stress-testing compilers, static analyzers, and other tools that process C code. Csmith has found bugs in every tool that it has tested, and over the last several years we have used it to find and report more than 350 previously-unknown compiler bugs. WWW: http://embed.cs.utah.edu/csmith/ Approved by: bapt (mentor)
Diffstat (limited to 'devel/csmith/files/patch-runtime__Makefile.in')
-rw-r--r--devel/csmith/files/patch-runtime__Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/csmith/files/patch-runtime__Makefile.in b/devel/csmith/files/patch-runtime__Makefile.in
new file mode 100644
index 000000000000..47fef49d1283
--- /dev/null
+++ b/devel/csmith/files/patch-runtime__Makefile.in
@@ -0,0 +1,11 @@
+--- ./runtime/Makefile.in.orig 2011-04-12 21:39:51.000000000 -0400
++++ ./runtime/Makefile.in 2011-10-25 14:17:34.000000000 -0400
+@@ -204,7 +204,7 @@
+ libcsmith_a_SOURCES = \
+ volatile_runtime.c
+
+-SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\"
++SVN_FLAG = -DSVN_VERSION=\"`exported`\"
+ libcsmith_a_CPPFLAGS = \
+ -DTARGET_CPU_$(target_cpu)=1 \
+ $(SVN_FLAG)