diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-07-25 06:43:55 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-07-25 06:43:55 (GMT) |
commit | 6bfb535ef66861ad82e0567af62fc18d2489992c (patch) | |
tree | 2b21889ad76e6ad11c8a509332aba9f0512130cc | |
parent | 54370c2963e7082dd2e211896af8ca0bfd3c9fd4 (diff) | |
parent | 16aa4d0347fcbdb3b2e1bc7efbe67f109dd7d683 (diff) | |
download | mxe-6bfb535ef66861ad82e0567af62fc18d2489992c.zip mxe-6bfb535ef66861ad82e0567af62fc18d2489992c.tar.gz mxe-6bfb535ef66861ad82e0567af62fc18d2489992c.tar.bz2 |
Merge branch 'openmp-validation-perl-cwd-not-in-inc-anymore' of https://github.com/mbunkus/mxe into mbunkus-openmp-validation-perl-cwd-not-in-inc-anymore
-rw-r--r-- | src/openmp-validation-2-perl-cwd-not-in-inc-anymore.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/openmp-validation-2-perl-cwd-not-in-inc-anymore.patch b/src/openmp-validation-2-perl-cwd-not-in-inc-anymore.patch new file mode 100644 index 0000000..f4e6473 --- /dev/null +++ b/src/openmp-validation-2-perl-cwd-not-in-inc-anymore.patch @@ -0,0 +1,14 @@ +diff --git a/runtest.pl b/runtest.pl +index 3472351..e84595b 100755 +--- a/runtest.pl ++++ b/runtest.pl +@@ -1,5 +1,9 @@ + #!/usr/bin/env perl + ++BEGIN { ++ unshift @INC, '.'; ++} ++ + # runtest [options] FILENAME + # + # Read the file FILENAME. Each line contains a test. |