aboutsummaryrefslogtreecommitdiff
path: root/cad/jspice3/files/patch-build
diff options
context:
space:
mode:
Diffstat (limited to 'cad/jspice3/files/patch-build')
-rw-r--r--cad/jspice3/files/patch-build11
1 files changed, 11 insertions, 0 deletions
diff --git a/cad/jspice3/files/patch-build b/cad/jspice3/files/patch-build
new file mode 100644
index 000000000000..b0c50f3532c8
--- /dev/null
+++ b/cad/jspice3/files/patch-build
@@ -0,0 +1,11 @@
+--- build.orig Fri Jul 14 23:07:15 2006
++++ build Fri Jul 14 23:07:32 2006
+@@ -22,7 +22,7 @@
+ echo '#######################################################################'> conf/mkheader.in
+ echo '####### Makefile generated by build script ############################'>> conf/mkheader.in
+ echo VERSION = $version>> conf/mkheader.in
+- echo DATE = `/bin/date`>> conf/mkheader.in
++ echo DATE = `/bin/env LANG=C /bin/date`>> conf/mkheader.in
+ echo '#######################################################################'>> conf/mkheader.in
+ cat conf/unixconf/mkheader.0 >> conf/mkheader.in
+ else