diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-02 06:16:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-09-02 06:16:10 +0000 |
commit | 9eb2a408049992a6edea1cf61b6e6b0353cd9a66 (patch) | |
tree | 0df1e57fb0db112834f4322a2731cfdf5ec25be4 /app-admin/syslog-ng | |
parent | +# masked until the libol bug is fixed: (diff) | |
download | gentoo-2-9eb2a408049992a6edea1cf61b6e6b0353cd9a66.tar.gz gentoo-2-9eb2a408049992a6edea1cf61b6e6b0353cd9a66.tar.bz2 gentoo-2-9eb2a408049992a6edea1cf61b6e6b0353cd9a66.zip |
fix another bad bit of autotooling related to --with-libol (bug #104538)
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-admin/syslog-ng')
-rw-r--r-- | app-admin/syslog-ng/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/syslog-ng/syslog-ng-1.6.8-r1.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-admin/syslog-ng/ChangeLog b/app-admin/syslog-ng/ChangeLog index 238e3334b501..6525406faf66 100644 --- a/app-admin/syslog-ng/ChangeLog +++ b/app-admin/syslog-ng/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/syslog-ng # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.107 2005/09/02 01:30:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/ChangeLog,v 1.108 2005/09/02 06:16:10 mr_bones_ Exp $ + + 02 Sep 2005; Michael Sterrett <mr_bones_@gentoo.org> + syslog-ng-1.6.8-r1.ebuild: + fix another bad bit of autotooling related to --with-libol (bug #104538) *syslog-ng-1.6.8-r1 (02 Sep 2005) diff --git a/app-admin/syslog-ng/syslog-ng-1.6.8-r1.ebuild b/app-admin/syslog-ng/syslog-ng-1.6.8-r1.ebuild index 88fa2744f358..3c5d1bdee522 100644 --- a/app-admin/syslog-ng/syslog-ng-1.6.8-r1.ebuild +++ b/app-admin/syslog-ng/syslog-ng-1.6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-1.6.8-r1.ebuild,v 1.1 2005/09/02 01:30:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/syslog-ng-1.6.8-r1.ebuild,v 1.2 2005/09/02 06:16:10 mr_bones_ Exp $ inherit fixheadtails @@ -24,8 +24,10 @@ src_unpack() { unpack ${A} cd "${S}" ht_fix_file configure + # fix for bugs #104538 and bug #104475 sed -i \ -e "s:utils/::" \ + -e "s:--local-:--:" \ configure \ || die "sed failed" cd "${S}/doc/sgml" |