diff options
-rw-r--r-- | devel/valgrind-snapshot/files/patch-configure | 11 | ||||
-rw-r--r-- | devel/valgrind/files/patch-configure | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/devel/valgrind-snapshot/files/patch-configure b/devel/valgrind-snapshot/files/patch-configure new file mode 100644 index 000000000000..f19fc98445ed --- /dev/null +++ b/devel/valgrind-snapshot/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Aug 21 00:03:33 2004 ++++ configure Sat Aug 21 00:03:13 2004 +@@ -4020,7 +4020,7 @@ + + ;; + +- *freebsd5*) ++ *freebsd[56]*) + echo "$as_me:$LINENO: result: ok (${host_os})" >&5 + echo "${ECHO_T}ok (${host_os})" >&6 + VG_PLATFORM="x86-freebsd" diff --git a/devel/valgrind/files/patch-configure b/devel/valgrind/files/patch-configure new file mode 100644 index 000000000000..d18f9b63b60e --- /dev/null +++ b/devel/valgrind/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat Aug 21 00:06:00 2004 ++++ configure Sat Aug 21 00:06:24 2004 +@@ -4010,7 +4010,7 @@ + + ;; + +- *freebsd5*) ++ *freebsd[56]*) + echo "$as_me:$LINENO: result: ok (${host_os})" >&5 + echo "${ECHO_T}ok (${host_os})" >&6 + VG_PLATFORM="x86-freebsd" |