openbsd-ports/www/privoxy/patches/patch-configure_in
pascal 30ecf4ce4a Update to privoxy 3.0.19.
ok merdely@ (maintainer)
2012-04-20 09:27:29 +00:00

38 lines
1.2 KiB
Plaintext

$OpenBSD: patch-configure_in,v 1.5 2012/04/20 09:27:29 pascal Exp $
--- configure.in.orig Mon Dec 26 18:03:31 2011
+++ configure.in Wed Apr 18 12:38:38 2012
@@ -332,24 +332,6 @@ fi
AC_SUBST(WDUMP)
AC_SUBST(DB2HTML)
-dnl If we use rpm, we need to check where %_topdir is
-AC_CHECK_PROGS(RPMBIN,rpm,false)
-if test $RPMBIN != false; then
- RPM_BASE=`rpm --eval "%{_topdir}"`
- if test "$RPM_BASE" = ""; then
- RPM_BASE=/usr/src/redhat
- fi
-fi
-AC_SUBST(RPM_BASE)
-
-dnl Check for jade, so we can build the documentation
-AC_CHECK_PROGS(JADEBIN,jade openjade,false)
-AC_SUBST(JADEBIN)
-
-dnl Check for man2html for docs.
-AC_CHECK_PROGS(MAN2HTML,man2html,false)
-AC_SUBST(MAN2HTML)
-
dnl Set doc status flag for conditional content inclusions
DOC_STATUS=p-not-stable
if test $CODE_STATUS = stable; then
@@ -958,7 +940,7 @@ if test $have_pcre = "yes"; then
echo "using libpcre"
pcre_dyn=yes
STATIC_PCRE_ONLY=#
- LIBS="$LIBS -lpcre -lpcreposix"
+ LIBS="$LIBS -lpcreposix -lpcre"
else
AC_MSG_WARN([You are using the static PCRE code which is out of date and scheduled for removal, for details see:
http://sourceforge.net/mailarchive/forum.php?thread_name=20080511195555.2dc6cfdc%40fabiankeil.de&forum_name=ijbswa-developers])