diff options
author | Alin Năstac <mrness@gentoo.org> | 2008-06-01 08:22:28 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2008-06-01 08:22:28 +0000 |
commit | 794ba0633dc9d38e62a4eb259517d1377ea6dead (patch) | |
tree | a828e81863e6528d7840f4fd7b297343081605c9 /mail-filter/dspam | |
parent | remove check for scrollkeeper from configure, patch provided by Zsolt Foldvar... (diff) | |
download | gentoo-2-794ba0633dc9d38e62a4eb259517d1377ea6dead.tar.gz gentoo-2-794ba0633dc9d38e62a4eb259517d1377ea6dead.tar.bz2 gentoo-2-794ba0633dc9d38e62a4eb259517d1377ea6dead.zip |
Correct pgsql libdir (#224169).
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-filter/dspam')
-rw-r--r-- | mail-filter/dspam/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/dspam/dspam-3.8.0-r11.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/dspam/ChangeLog b/mail-filter/dspam/ChangeLog index fcfcb86f26c9..3f40b8793cf0 100644 --- a/mail-filter/dspam/ChangeLog +++ b/mail-filter/dspam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/dspam # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.114 2008/05/30 15:32:34 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/ChangeLog,v 1.115 2008/06/01 08:22:28 mrness Exp $ + + 01 Jun 2008; Alin Năstac <mrness@gentoo.org> dspam-3.8.0-r11.ebuild: + Correct pgsql libdir (#224169). 30 May 2008; Christian Faulhammer <opfer@gentoo.org> dspam-3.8.0-r11.ebuild: diff --git a/mail-filter/dspam/dspam-3.8.0-r11.ebuild b/mail-filter/dspam/dspam-3.8.0-r11.ebuild index a107526aba48..17c686feb57a 100644 --- a/mail-filter/dspam/dspam-3.8.0-r11.ebuild +++ b/mail-filter/dspam/dspam-3.8.0-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild,v 1.6 2008/05/30 15:32:34 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/dspam/dspam-3.8.0-r11.ebuild,v 1.7 2008/06/01 08:22:28 mrness Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -104,7 +104,7 @@ src_compile() { if use postgres ; then STORAGE="${STORAGE},pgsql_drv" myconf="${myconf} --with-pgsql-includes=/usr/include/postgresql" - myconf="${myconf} --with-pgsql-libraries=/usr/$(get_libdir)/postgresql" + myconf="${myconf} --with-pgsql-libraries=/usr/$(get_libdir)" fi econf --with-storage-driver=${STORAGE} \ |