diff options
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r14.ebuild (renamed from mail-filter/opendkim/opendkim-2.10.3-r13.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r13.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild index 037a1b0f98cd..ff45f1dac4db 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r13.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r14.ebuild @@ -68,8 +68,7 @@ src_configure() { local myconf=() if use berkdb ; then myconf+=( - $(db_includedir) - --with-db-incdir=${myconf#-I} + --with-db-incdir=$(db_includedir) --enable-popauth --enable-query_cache --enable-stats |