summaryrefslogtreecommitdiff
path: root/devel/csmith/files/patch-src__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-src__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-src__Makefile.in')
-rw-r--r--devel/csmith/files/patch-src__Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/csmith/files/patch-src__Makefile.in b/devel/csmith/files/patch-src__Makefile.in
new file mode 100644
index 000000000000..6b2a60a98e93
--- /dev/null
+++ b/devel/csmith/files/patch-src__Makefile.in
@@ -0,0 +1,11 @@
+--- ./src/Makefile.in.orig 2011-04-12 21:39:51.000000000 -0400
++++ ./src/Makefile.in 2011-10-25 14:24:30.000000000 -0400
+@@ -384,7 +384,7 @@
+ csmith.vcproj \
+ csmith.vcxproj
+
+-SVN_FLAG = -DSVN_VERSION=\"`svnversion -n .`\"
++SVN_FLAG = -DSVN_VERSION=\"`exported`\"
+ csmith_CPPFLAGS = \
+ -DTARGET_CPU_$(target_cpu)=1 \
+ $(SVN_FLAG) \