mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Teach configure script about FreeBSD 6
PR: ports/70746 Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
This commit is contained in:
parent
c1c3d3879b
commit
f15f0ac4be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116977
2 changed files with 22 additions and 0 deletions
11
devel/valgrind-snapshot/files/patch-configure
Normal file
11
devel/valgrind-snapshot/files/patch-configure
Normal file
|
@ -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"
|
11
devel/valgrind/files/patch-configure
Normal file
11
devel/valgrind/files/patch-configure
Normal file
|
@ -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"
|
Loading…
Add table
Reference in a new issue