diff options
author | Hanno Böck <hanno@gentoo.org> | 2009-10-12 12:31:38 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2009-10-12 12:31:38 +0000 |
commit | 8dcda70da34f2475928b01f7cf5c40b58de4c8ac (patch) | |
tree | 43cc1bb38af658cf72237e11e66e005812e438c3 /app-office/taxbird | |
parent | Cleanup (diff) | |
download | gentoo-2-8dcda70da34f2475928b01f7cf5c40b58de4c8ac.tar.gz gentoo-2-8dcda70da34f2475928b01f7cf5c40b58de4c8ac.tar.bz2 gentoo-2-8dcda70da34f2475928b01f7cf5c40b58de4c8ac.zip |
app-office/taxbird: Remove old patch.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'app-office/taxbird')
-rw-r--r-- | app-office/taxbird/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/taxbird/files/taxbird-0.11-asneeded.patch | 44 |
2 files changed, 5 insertions, 45 deletions
diff --git a/app-office/taxbird/ChangeLog b/app-office/taxbird/ChangeLog index cf27b0c75872..f8230ab1abe0 100644 --- a/app-office/taxbird/ChangeLog +++ b/app-office/taxbird/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/taxbird # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.17 2009/08/28 13:43:05 betelgeuse Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/taxbird/ChangeLog,v 1.18 2009/10/12 12:31:37 hanno Exp $ + + 12 Oct 2009; Hanno Boeck <hanno@gentoo.org> + -files/taxbird-0.11-asneeded.patch: + Remove old patch. 28 Aug 2009; Petteri Räty <betelgeuse@gentoo.org> -taxbird-0.10.ebuild, -taxbird-0.11.ebuild: diff --git a/app-office/taxbird/files/taxbird-0.11-asneeded.patch b/app-office/taxbird/files/taxbird-0.11-asneeded.patch deleted file mode 100644 index 361aeb06980b..000000000000 --- a/app-office/taxbird/files/taxbird-0.11-asneeded.patch +++ /dev/null @@ -1,44 +0,0 @@ -Index: taxbird-0.11/configure.in -=================================================================== ---- taxbird-0.11.orig/configure.in -+++ taxbird-0.11/configure.in -@@ -32,7 +32,7 @@ AC_SUBST(GNOME_CFLAGS) - AC_SUBST(GNOME_LIBS) - - backup_CFLAGS="$CFLAGS" --backup_LDFLAGS="$LDFLAGS" -+backup_LIBS="$LIBS" - - # - # temporarily add libgeier to CFLAGS/LDFLAGS -@@ -40,10 +40,10 @@ backup_LDFLAGS="$LDFLAGS" - # - PKG_CHECK_MODULES(GEIER, [libgeier >= 0.7]) - AC_SUBST(GEIER_CFLAGS) --AC_SUBST(GEIER_LDFLAGS) -+AC_SUBST(GEIER_LIBS) - - CFLAGS="$CFLAGS $GEIER_CFLAGS" --LDFLAGS="$LDFLAGS $GEIER_LIBS" -+LIBS="$LIBS $GEIER_LIBS" - - dnl Check for new-style signature functions of libgeier - AC_CHECK_FUNCS([geier_dsig_sign_softpse]) -@@ -56,7 +56,7 @@ GUILE_FLAGS - GUILE_MODULE_REQUIRED(ice-9 format) - - CFLAGS="$backup_CFLAGS $GUILE_CFLAGS" --LDFLAGS="$backup_LDFLAGS $GUILE_LDFLAGS" -+LIBS="$backup_LIBS $GUILE_LDFLAGS" - - dnl Check for certain guile functions, introduced with libguile 1.8 - AC_CHECK_FUNCS(scm_to_locale_string) -@@ -67,7 +67,7 @@ AC_CHECK_FUNCS(scm_is_string) - # restore old CFLAGS/LDFLAGS again - # - CFLAGS="$backup_CFLAGS" --LDFLAGS="$backup_LDFLAGS" -+LIBS="$backup_LIBS" - - - # |