Files
ports/mail/popular/files/patch-configure
T
Li-Wen Hsu 5fe304a328 mail/popular: Prepare for textproc/p5-XML-Parser update
Also:
- Bump PORTREVISION
- Skip build of man pages, which are already present in the distribution
- Add LICENSE
- Add USE_LDCONFIG
- Regenerate patches to follow the standard
- Pass maintainership to the submitter

PR:		248725
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
2020-08-19 13:17:38 +00:00

29 lines
832 B
Plaintext

--- configure.orig 2004-08-21 10:21:50 UTC
+++ configure
@@ -22157,13 +22157,13 @@ fi
-echo "$as_me:$LINENO: checking for db_create in -ldb-4.0" >&5
-echo $ECHO_N "checking for db_create in -ldb-4.0... $ECHO_C" >&6
+echo "$as_me:$LINENO: checking for db_create in -ldb4" >&5
+echo $ECHO_N "checking for db_create in -ldb4... $ECHO_C" >&6
if test "${ac_cv_lib_db_4_0_db_create+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-ldb-4.0 $LIBS"
+LIBS="-ldb4 $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
@@ -22221,7 +22221,7 @@ fi
echo "$as_me:$LINENO: result: $ac_cv_lib_db_4_0_db_create" >&5
echo "${ECHO_T}$ac_cv_lib_db_4_0_db_create" >&6
if test $ac_cv_lib_db_4_0_db_create = yes; then
- LIB_DB40=db-4.0
+ LIB_DB40=db4
else
LIB_DB40=""
fi