summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2006-08-09 21:53:58 +0000
committerDaniel Black <dragonheart@gentoo.org>2006-08-09 21:53:58 +0000
commite70ffb18f6f4482d82762ec2f847057b3fea76cc (patch)
tree569829242082009465afcc1e339ccec63e031a57 /net-ftp/lftp/files/lftp-3.5.2-noautoflags.patch
parentremoved lftp-3.5.2* - too many problems which are all fixed in lftp-3.5.4. (diff)
downloadhistorical-e70ffb18f6f4482d82762ec2f847057b3fea76cc.tar.gz
historical-e70ffb18f6f4482d82762ec2f847057b3fea76cc.tar.bz2
historical-e70ffb18f6f4482d82762ec2f847057b3fea76cc.zip
removed lftp-3.5.2* - too many problems which are all fixed in lftp-3.5.4.
Package-Manager: portage-2.1.1_pre4-r4
Diffstat (limited to 'net-ftp/lftp/files/lftp-3.5.2-noautoflags.patch')
-rw-r--r--net-ftp/lftp/files/lftp-3.5.2-noautoflags.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/net-ftp/lftp/files/lftp-3.5.2-noautoflags.patch b/net-ftp/lftp/files/lftp-3.5.2-noautoflags.patch
deleted file mode 100644
index 3214d4c66e2c..000000000000
--- a/net-ftp/lftp/files/lftp-3.5.2-noautoflags.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- configure.ac.orig 2006-08-02 16:01:52.000000000 +1000
-+++ configure.ac 2006-08-02 17:23:10.000000000 +1000
-@@ -31,6 +31,18 @@
- [ with_profiling=$withval; ],
- [ with_profiling=no; ])
-
-+AC_ARG_ENABLE([packager-mode],
-+ AS_HELP_STRING([--enable-packager-mode],
-+ [Change configuration behavior
-+ to ease packaging]),
-+ [if test x"${enableval}" = xyes
-+ then
-+ DEFAULT_CXX=no
-+ DEFAULT_CFLAGS=no
-+ DEFAULT_CXXFLAGS=no
-+ DEFAULT_LDFLAGS=no
-+ fi])
-+
- if test x$with_debug = xno; then
- if test x$DEFAULT_CFLAGS = xyes; then
- CFLAGS="`echo $CFLAGS | sed 's/-g//'`"