diff options
author | green <green@FreeBSD.org> | 2000-07-04 15:34:42 +0800 |
---|---|---|
committer | green <green@FreeBSD.org> | 2000-07-04 15:34:42 +0800 |
commit | acaca08ec6c11cfe11c9d977620f9f50ccc0d996 (patch) | |
tree | de7b57511bd5030518a53c505f0cbc70baee7907 /net-im/licq | |
parent | c3c21e82ca415e906942b0ecebb5f64225a52e7a (diff) | |
download | freebsd-ports-gnome-acaca08ec6c11cfe11c9d977620f9f50ccc0d996.tar.gz freebsd-ports-gnome-acaca08ec6c11cfe11c9d977620f9f50ccc0d996.tar.zst freebsd-ports-gnome-acaca08ec6c11cfe11c9d977620f9f50ccc0d996.zip |
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/licq')
-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}\")"; \ |