Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2000 16:21:17 +0300
From:      Alexandr A Listopad <laa@laa.zp.ua>
To:        green@freebsd.org
Cc:        ports@freebsd.org
Subject:   ports/net/licq : patch
Message-ID:  <20000802162117.A67222@laa.zp.ua>

next in thread | raw e-mail | index | archive | help
i can't make this port
this way i make some changes in this port.

may be there need to change /usr/X11R6 to $X11BASE , i don't know...

and now my licq works fine.

please, try it.

--- work/licq-0.81/plugins/qt-gui/configure.orig        Tue Mar 28 23:07:48
2000
+++ work/licq-0.81/plugins/qt-gui/configure     Wed Aug  2 16:04:37 2000
@@ -4238,7 +4238,7 @@
     have_qt_lib="yes"
   fi
 
-    output=`eval "strings $ac_cv_lib_qtlib/libqt.so | grep -l QCString"`
+    output=`eval "strings $ac_cv_lib_qtlib/libqt2.so | grep -l QCString"`
   if test -z "$output"; then
     { echo "configure: error: The Qt lib directory
         $ac_cv_lib_qtlib

--- Makefile.orig       Wed Aug  2 13:15:46 2000
+++ Makefile    Wed Aug  2 16:01:55 2000
@@ -39,7 +39,11 @@
            INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
            INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
            ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} \
-               --enable-spoofing; then \
+               --enable-spoofing \
+               --with-qt \
+               --with-qt-libraries=/usr/X11R6/lib \
+               --with-qt-includes=/usr/X11R6/include/qt2 \
+               --with-qt-moc=/usr/X11R6/bin/moc2 ; then \
                        ${ECHO} "===>  Script \"${CONFIGURE_SCRIPT}\"
failed: here are the contents of \"${CONFIGURE_LOG}\""; \
                        ${CAT} ${CONFIGURE_LOG}; \
                        ${ECHO} "(end of \"${CONFIGURE_LOG}\")"; \

-- 
 Laa


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000802162117.A67222>