diff options
author | Brian Feldman <green@FreeBSD.org> | 2000-07-04 07:34:42 +0000 |
---|---|---|
committer | Brian Feldman <green@FreeBSD.org> | 2000-07-04 07:34:42 +0000 |
commit | 6939a1beec4cf00ed695e9c8cdca1070f7e62c70 (patch) | |
tree | 7926994c675437b745b5afd5c7779113bf5d9ec4 /net-im | |
parent | png shlib version has been bumped. (diff) |
Don't dictate policy: let the "UIN spoofing" option exist. This
functionality has existed and been available by default for many
versions before the present version, as well.
PR: ports/19446
Submitted by: Alex Keahan <ak@freenet.co.uk>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index dba522b5c2e9..7e53cc3bd525 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -38,7 +38,8 @@ post-configure: INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ - ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}; then \ + ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} \ + --enable-spoofing; then \ ${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: here are the contents of \"${CONFIGURE_LOG}\""; \ ${CAT} ${CONFIGURE_LOG}; \ ${ECHO} "(end of \"${CONFIGURE_LOG}\")"; \ |