Browse Source

Tobias Hintze <th@rocklinux.org>:


			
			
				rocklinux
			
			
		
Tobias Hintze 20 years ago
parent
commit
fdfc6d6ffd
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      package/blindcoder/licq/config.in
  2. +1
    -1
      package/blindcoder/licq/licq.conf

+ 1
- 1
package/blindcoder/licq/config.in

@ -27,7 +27,7 @@ then
bool "Build the CLI" ROCKCFG_PKG_LICQ_CLI 0
bool "Build the QT-GUI" ROCKCFG_PKG_LICQ_QTG 1
bool "Build the KDE-GUI" ROCKCFG_PKG_LICQ_KDE 1
pkgcheck xosd X && bool "Build the OSD Pluin" ROCKCFG_PKG_LICQ_OSD 1
pkgcheck xosd X && bool "Build the OSD Plugin" ROCKCFG_PKG_LICQ_OSD 1
bool "Build the Auto-Replier" ROCKCFG_PKG_LICQ_REPLY 1
bool "Build the Forwarder" ROCKCFG_PKG_LICQ_EMAIL 1
bool "Build the Remote Management Service Plugin" ROCKCFG_PKG_LICQ_RMS 0

+ 1
- 1
package/blindcoder/licq/licq.conf

@ -24,7 +24,7 @@
licq_custmain () {
export CPPFLAGS=-Wno-deprecated
eval ./configure $confopt
eval ./configure $confopt --disable-gpgme
eval $MAKE $makeopt ; eval $MAKE $makeopt install
if [ $ROCKCFG_PKG_LICQ_CLI == 1 ] ; then

Loading…
Cancel
Save