diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-01 20:01:08 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-01-01 20:01:08 +0000 |
commit | c32e901fd089045d493fe53d0444e2e2506d7efa (patch) | |
tree | 60af385b512cab7b438e8a86edfa309e1cb92673 /security/pks/files | |
parent | 249552cac0bd189727c0c98706aa215ad6ce4b3c (diff) |
Notes
Diffstat (limited to 'security/pks/files')
-rw-r--r-- | security/pks/files/patch-configure (renamed from security/pks/files/patch-configure.in) | 55 |
1 files changed, 35 insertions, 20 deletions
diff --git a/security/pks/files/patch-configure.in b/security/pks/files/patch-configure index 39a93721326d..ea4c6d634acb 100644 --- a/security/pks/files/patch-configure.in +++ b/security/pks/files/patch-configure @@ -1,21 +1,28 @@ ---- ./configure.in.orig 2004-01-18 00:19:56.000000000 +0100 -+++ ./configure.in 2014-08-15 18:32:37.000000000 +0200 -@@ -74,126 +74,6 @@ +--- configure.orig 2004-01-17 23:19:56 UTC ++++ configure +@@ -2530,141 +2530,6 @@ echo "${ECHO_T}Compiler Optimizations Enabled" >&6 + fi; + # Checks for libraries. - dnl Checks for Berkeley DB - AC_MSG_CHECKING(for Berkeley DB) --AC_ARG_WITH(db, --[ --with-db=DIR Use Berkeley DB in DIR], --[DBINC=NO +-echo "$as_me:$LINENO: checking for Berkeley DB" >&5 +-echo $ECHO_N "checking for Berkeley DB... $ECHO_C" >&6 +- +-# Check whether --with-db or --without-db was given. +-if test "${with_db+set}" = set; then +- withval="$with_db" +- DBINC=NO - DBLIB=NO - DBHDR=NO - S=1 - case "$withval" in - yes|no) -- AC_ERROR(Berkeley DB was not found. Please check your installation or use --with-db=PATH) +- { { echo "$as_me:$LINENO: error: Berkeley DB was not found. Please check your installation or use --with-db=PATH" >&5 +-echo "$as_me: error: Berkeley DB was not found. Please check your installation or use --with-db=PATH" >&2;} +- { (exit 1); exit 1; }; } - ;; - *) -- AC_MSG_RESULT($withval) +- echo "$as_me:$LINENO: result: $withval" >&5 +-echo "${ECHO_T}$withval" >&6 - if test x${withval} = x ; then - withval=/tmp - fi @@ -60,11 +67,15 @@ - S=$? - fi - if test $S -eq 1 ; then -- AC_ERROR(Berkeley DB was not found. Please check your installation or use --with-db=DIR) +- { { echo "$as_me:$LINENO: error: Berkeley DB was not found. Please check your installation or use --with-db=DIR" >&5 +-echo "$as_me: error: Berkeley DB was not found. Please check your installation or use --with-db=DIR" >&2;} +- { (exit 1); exit 1; }; } - fi -- AC_MSG_RESULT(yes) -- esac ], --[DBINC=NO +- echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6 +- esac +-else +- DBINC=NO - DBLIB=NO - DBHDR=NO - S=1 @@ -120,10 +131,14 @@ - fi - - if test $S -eq 1 ; then -- AC_ERROR(Berkeley DB was not found. Please check your installation or use --with-db=DIR) +- { { echo "$as_me:$LINENO: error: Berkeley DB was not found. Please check your installation or use --with-db=DIR" >&5 +-echo "$as_me: error: Berkeley DB was not found. Please check your installation or use --with-db=DIR" >&2;} +- { (exit 1); exit 1; }; } - fi -- AC_MSG_RESULT(yes) ] --) - AC_SUBST(DBINC) - AC_SUBST(DBLIB) - AC_SUBST(DBHDR) +- echo "$as_me:$LINENO: result: yes" >&5 +-echo "${ECHO_T}yes" >&6 +- +-fi; + + + |