summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-06-01 04:21:32 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-06-01 04:21:32 +0000
commit885055e00727edebd08ad1b5e111776eef448b94 (patch)
tree85519e671235bf5fdab0051a49d180d739df8873 /app-admin/syslog-ng/files
parentAdded patch for gcc 4.4, bug 270960, thanks to Oschtan (diff)
downloadgentoo-2-885055e00727edebd08ad1b5e111776eef448b94.tar.gz
gentoo-2-885055e00727edebd08ad1b5e111776eef448b94.tar.bz2
gentoo-2-885055e00727edebd08ad1b5e111776eef448b94.zip
clean old ebuilds and files
(Portage version: 2.1.6.11/cvs/Linux i686)
Diffstat (limited to 'app-admin/syslog-ng/files')
-rw-r--r--app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch b/app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch
deleted file mode 100644
index 9919ba5f1d6c..000000000000
--- a/app-admin/syslog-ng/files/syslog-ng-2.1.3-nonstatic.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -NaurwB syslog-ng-2.1.3.orig/configure.in syslog-ng-2.1.3/configure.in
---- syslog-ng-2.1.3.orig/configure.in 2008-11-19 14:00:11.000000000 +0100
-+++ syslog-ng-2.1.3/configure.in 2008-12-08 01:54:21.000000000 +0100
-@@ -466,7 +466,7 @@
- elif test "x$enable_static_linking" = "xyes"; then
- DEPS_LIBS="-static $LIBS $LEXLIB $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LIBDBI_LIBS"
- else
-- DEPS_LIBS="$LIBS $LD_START_STATIC $LEXLIB $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LD_END_STATIC $LIBDBI_LIBS $DL_LIBS"
-+ DEPS_LIBS="$LIBS $LD_START_STATIC $LEXLIB $LD_END_STATIC $GLIB_LIBS $EVTLOG_LIBS $LIBNET_LIBS $LIBWRAP_LIBS $LD_END_STATIC $LIBDBI_LIBS $DL_LIBS"
- fi
- LIBS="$DEPS_LIBS"
- YFLAGS="-d"