summaryrefslogtreecommitdiff
path: root/net-im/licq/Makefile
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-08-09 20:00:49 +0000
committerBrian Feldman <green@FreeBSD.org>2000-08-09 20:00:49 +0000
commit0c5235d255d9bee9d82fc278a7473df8ef3f00e2 (patch)
tree3e75c9302fd40c920b7474ac12a8ee2bdd610041 /net-im/licq/Makefile
parentUpdate to 0.6.1. (diff)
Get rid of the patch to qt-gui's "configure" and replace it with
patching "configure.in" and "aclocal.m4". Disable XScreenSaver support in the QT GUI since libXss is not a shared library in any version of X we have.
Notes
Notes: svn path=/head/; revision=31460
Diffstat (limited to 'net-im/licq/Makefile')
-rw-r--r--net-im/licq/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile
index d63eeaa1e9c8..bce2962f7a07 100644
--- a/net-im/licq/Makefile
+++ b/net-im/licq/Makefile
@@ -33,6 +33,7 @@ DATAFILES= ${DATANAME}${EXTRACT_SUFX}
DATADIR= ${WRKDIR}/${DATANAME}
post-configure:
+ @(cd ${WRKSRC}/plugins/qt-gui && ${AUTOCONF})
@(cd ${WRKSRC}/plugins/qt-gui && \
if ! ${SETENV} CC="${CC}" CXX="${CXX}" \
CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \
@@ -40,6 +41,7 @@ post-configure:
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
+ QTBASE="${X11BASE}" \
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} \
--enable-spoofing; then \
${ECHO} "===> Script \"${CONFIGURE_SCRIPT}\" failed: here are the contents of \"${CONFIGURE_LOG}\""; \