mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Fix build/install when cmake is installed.
PR: ports/145774 Submitted by: Gerard Seibert <gerard@seibercom.net>
This commit is contained in:
parent
2e51a63c2b
commit
3bae06fc05
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252859
14
databases/mysql55-server/files/patch-configure
Normal file
14
databases/mysql55-server/files/patch-configure
Normal file
@ -0,0 +1,14 @@
|
||||
--- configure.orig 2010-04-18 11:13:22.000000000 +0200
|
||||
+++ configure 2010-04-18 11:17:01.000000000 +0200
|
||||
@@ -3,8 +3,9 @@
|
||||
# of perl script that calls cmake.
|
||||
|
||||
# Ensure cmake and perl are there
|
||||
-cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
-perl --version >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
+#cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
+#perl --version >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
+HAVE_CMAKE=no
|
||||
if test "$HAVE_CMAKE" = "no"
|
||||
then
|
||||
sh ./configure.am "$@"
|
14
databases/percona55-server/files/patch-configure
Normal file
14
databases/percona55-server/files/patch-configure
Normal file
@ -0,0 +1,14 @@
|
||||
--- configure.orig 2010-04-18 11:13:22.000000000 +0200
|
||||
+++ configure 2010-04-18 11:17:01.000000000 +0200
|
||||
@@ -3,8 +3,9 @@
|
||||
# of perl script that calls cmake.
|
||||
|
||||
# Ensure cmake and perl are there
|
||||
-cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
-perl --version >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
+#cmake -P cmake/check_minimal_version.cmake >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
+#perl --version >/dev/null 2>&1 || HAVE_CMAKE=no
|
||||
+HAVE_CMAKE=no
|
||||
if test "$HAVE_CMAKE" = "no"
|
||||
then
|
||||
sh ./configure.am "$@"
|
Loading…
Reference in New Issue
Block a user