1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

o replace patch-configure with patch-configure.in

o also, fix the gdbm issue, qpopper 4.0.1 breaks with installed
  gdbm port

PR:		27093
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>,
		K Karthik <kar_alerts@mglorysb.com>,
		Mikhail Teterin <mi@aldan.algebra.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2001-05-06 03:28:06 +00:00
parent 077b99d2fe
commit d6bd121ed9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42302
2 changed files with 19 additions and 14 deletions

View File

@ -1,14 +0,0 @@
$FreeBSD$
--- configure.orig Wed Apr 4 03:28:30 2001
+++ configure Fri Apr 13 19:20:14 2001
@@ -2559,7 +2559,7 @@
EOF
SSL_DIR_INC="-I${openssl}/include"
- SSL_LIBS="-L${openssl}/lib -lssl -lcrypto"
+ SSL_LIBS="-L${openssl}/lib -lssl -lcrypto ${RSAGLUE}"
fi

View File

@ -0,0 +1,19 @@
--- configure.in.orig Sat May 5 14:32:51 2001
+++ configure.in Sat May 5 14:33:32 2001
@@ -838,7 +838,7 @@
AC_DEFINE_UNQUOTED(QPOP_OPENSSL, "$openssl")
AC_DEFINE(QPOP_SSL)
SSL_DIR_INC="-I${openssl}/include"
- SSL_LIBS="-L${openssl}/lib -lssl -lcrypto"
+ SSL_LIBS="-L${openssl}/lib -lssl -lcrypto ${RSAGLUE}"
fi
@@ -1257,7 +1257,6 @@
)
AC_CHECK_HEADER( ndbm.h, NDBM_H="yes"; AC_DEFINE(HAVE_NDBM_H), NDBM_H="no" )
-AC_CHECK_HEADER( gdbm.h, GDBM_H="yes"; AC_DEFINE(HAVE_GDBM_H), GDBM_H="no" )
AC_CHECK_HEADER( dbm.h, DBM_H="yes"; AC_DEFINE(HAVE_DBM_H), DBM_H="no" )