forked from Lainports/freebsd-ports
- fix include layout [1] - drop obsolete WITH_NDB knob PR: ports/146276 [1] Submitted by: pgollucci
14 lines
523 B
Text
14 lines
523 B
Text
--- configure.orig 2010-07-06 20:37:18.000000000 +0200
|
|
+++ configure 2010-07-16 10:11:24.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
|
|
scriptdir=`dirname $0`
|
|
if test "$HAVE_CMAKE" = "no"
|
|
then
|