aboutsummaryrefslogtreecommitdiff
path: root/net-im/centericq/files/msn-configure
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /net-im/centericq/files/msn-configure
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.tar.gz
ports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Notes
Notes: svn path=/head/; revision=109221 svn path=/tags/RELEASE_4_10_0/; revision=109222; tag=release/4.10.0
Diffstat (limited to 'net-im/centericq/files/msn-configure')
-rw-r--r--net-im/centericq/files/msn-configure72
1 files changed, 0 insertions, 72 deletions
diff --git a/net-im/centericq/files/msn-configure b/net-im/centericq/files/msn-configure
deleted file mode 100644
index 5fb5aa045f30..000000000000
--- a/net-im/centericq/files/msn-configure
+++ /dev/null
@@ -1,72 +0,0 @@
---- configure.orig Sat Oct 25 15:53:45 2003
-+++ configure Mon Nov 3 20:21:06 2003
-@@ -27,6 +27,8 @@
- ac_help="$ac_help
- --with-libgnutls-extra-prefix=PFX Prefix where libgnutls-extra is installed (optional)"
- ac_help="$ac_help
-+ --enable-msn Build with MSN!"
-+ac_help="$ac_help
- --disable-yahoo Build without Yahoo!"
- ac_help="$ac_help
- --disable-aim Build without AIM"
-@@ -2365,6 +2367,14 @@
- ;;
- esac
-
-+# Check whether --enable-msn or --disable-msn was given.
-+if test "${enable_msn+set}" = set; then
-+ enableval="$enable_msn"
-+ build_msn="$enableval"
-+else
-+ build_msn="yes"
-+fi
-+
- # Check whether --enable-yahoo or --disable-yahoo was given.
- if test "${enable_yahoo+set}" = set; then
- enableval="$enable_yahoo"
-@@ -2424,6 +2434,13 @@
-
-
-
-+if test "x$build_msn" = xyes; then
-+ BUILD_MSN_TRUE=
-+ BUILD_MSN_FALSE='#'
-+else
-+ BUILD_MSN_TRUE='#'
-+ BUILD_MSN_FALSE=
-+fi
-
- if test "x$build_yahoo" = xyes; then
- BUILD_YAHOO_TRUE=
-@@ -2478,6 +2495,13 @@
- BUILD_LJ_FALSE=
- fi
-
-+if test "$build_msn" = "yes"; then
-+ cat >> confdefs.h <<\EOF
-+#define BUILD_MSN 1
-+EOF
-+
-+fi
-+
- if test "$build_yahoo" = "yes"; then
- cat >> confdefs.h <<\EOF
- #define BUILD_YAHOO 1
-@@ -4994,7 +5018,7 @@
-
-
-
--subdirs="firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1"
-+subdirs="firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 blip-0.1"
-
- trap '' 1 2 15
- cat > confcache <<\EOF
-@@ -5538,7 +5562,7 @@
- esac
- done
-
-- for ac_config_dir in firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1; do
-+ for ac_config_dir in firetalk-0.1 kkconsui-0.1 kkstrtext-0.1 libicq2000-0.1 libjabber-0.1 libyahoo2-0.1 kksystr-0.1 connwrap-0.1 blip-0.1; do
-
- # Do not complain, so a configure script can configure whichever
- # parts of a large source tree are present.