1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-05 11:29:15 -04:00
ports/devel/valgrind/files/patch-configure
Pav Lucistnik f15f0ac4be - Teach configure script about FreeBSD 6
PR:		ports/70746
Submitted by:	Simon Barner <barner@in.tum.de> (maintainer)
2004-08-21 20:29:19 +00:00

11 lines
292 B
Text

--- 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"