]> git.pld-linux.org Git - packages/swig.git/commitdiff
- AMD64 fix for ocaml header configure check in swig-1.3.19
authorJacek Konieczny <jajcus@pld-linux.org>
Thu, 8 Jan 2004 10:06:45 +0000 (10:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    swig-ocaml-includes.patch -> 1.1

swig-ocaml-includes.patch [new file with mode: 0644]

diff --git a/swig-ocaml-includes.patch b/swig-ocaml-includes.patch
new file mode 100644 (file)
index 0000000..0f5cc87
--- /dev/null
@@ -0,0 +1,13 @@
+diff -dur SWIG-1.3.19.orig/configure.in SWIG-1.3.19/configure.in
+--- SWIG-1.3.19.orig/configure.in      2004-01-07 10:57:19.000000000 +0100
++++ SWIG-1.3.19/configure.in   2004-01-07 10:58:02.384388040 +0100
+@@ -954,7 +954,7 @@
+ fi
+ AC_MSG_CHECKING(for Ocaml header files)
+-dirs="/usr/lib/ocaml/caml /usr/local/lib/ocaml/caml"
++dirs="/usr/include/caml /usr/lib/ocaml/caml /usr/local/lib/ocaml/caml"
+ for i in $dirs; do
+       if test -r $i/mlvalues.h; then
+               AC_MSG_RESULT($i)
+Only in SWIG-1.3.19: configure.in~
This page took 0.064019 seconds and 4 git commands to generate.