ports/irc/charybdis/files/patch-configure
Mikhail Pchelin 98abcc8b87 - update from 3.4.2 to 3.5.3
- use of official master site
- remove 'expect' from CONFLICTS
- remove DOCS option
- binaries are stripped by default
- help files are linked relatively

Approved by:	crees (maintainer), jpaetzel (mentor)
2016-12-15 08:59:20 +00:00

28 lines
894 B
Text

--- configure.orig 2016-09-05 22:33:24 UTC
+++ configure
@@ -677,6 +677,7 @@ MV
CP
RM
INSTALL_DATA
+INSTALL_LIB
INSTALL_SCRIPT
INSTALL_PROGRAM
SET_MAKE
@@ -4833,6 +4834,8 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCR
test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
+test -z "$INSTALL_LIB" && INSTALL_LIB='${INSTALL} -s -m 644'
+
# Extract the first word of "rm", so it can be a program name with args.
set dummy rm; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -5424,7 +5427,7 @@ if test "x$enable_fhs_paths" = "xyes"; t
pkglibexecdir='${libexecdir}/${PACKAGE_TARNAME}'
rundir=${rundir-'${prefix}/run'}
pkgrundir='${rundir}/${PACKAGE_TARNAME}'
- pkglocalstatedir='${localstatedir}/${PACKAGE_TARNAME}'
+ pkglocalstatedir='${localstatedir}/db/${PACKAGE_TARNAME}'
else
libexecdir='${bindir}'
pkglibexecdir='${libexecdir}'