1
0
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:
Alex Dupre 2010-04-18 09:20:10 +00:00
parent 2e51a63c2b
commit 3bae06fc05
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=252859
2 changed files with 28 additions and 0 deletions

View 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 "$@"

View 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 "$@"