summaryrefslogtreecommitdiff
path: root/devel/ixlib/files/patch-src::js_interpreter.cc
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2003-11-30 18:11:13 +0000
committerPav Lucistnik <pav@FreeBSD.org>2003-11-30 18:11:13 +0000
commit4fa5a1eaabc4f8f7ac6dfcfec09d071945e0ff02 (patch)
tree20a21ff4d38d8ed1447858e0143c6c838e98b59c /devel/ixlib/files/patch-src::js_interpreter.cc
parentCorrect the OSVERSION check for the libgmp depedency; libgmp was removed (diff)
- Unbreak on 5.x
- Respect CFLAGS - Silence Portlint PR: ports/59770 Submitted by: Sergey Matveychuk <sem@ciam.ru> Approved by: marcus (portmgr) Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=94828
Diffstat (limited to 'devel/ixlib/files/patch-src::js_interpreter.cc')
-rw-r--r--devel/ixlib/files/patch-src::js_interpreter.cc12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/ixlib/files/patch-src::js_interpreter.cc b/devel/ixlib/files/patch-src::js_interpreter.cc
new file mode 100644
index 000000000000..ffc0764868e8
--- /dev/null
+++ b/devel/ixlib/files/patch-src::js_interpreter.cc
@@ -0,0 +1,12 @@
+--- src/js_interpreter.cc.orig Fri Nov 28 12:56:09 2003
++++ src/js_interpreter.cc Fri Nov 28 12:56:47 2003
+@@ -89,8 +89,7 @@
+
+
+ // javascript_exception -------------------------------------------------------
+-javascript_exception::javascript_exception(TErrorCode error,code_location const &loc,char const *info,char *module = NULL,
+- TIndex line = 0)
++javascript_exception::javascript_exception(TErrorCode error,code_location const &loc,char const *info,char *module, TIndex line)
+ : base_exception(error, NULL, module, line, "JS") {
+ HasInfo = true;
+ try {