diff options
author | bapt <bapt@FreeBSD.org> | 2012-04-23 19:09:05 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-04-23 19:09:05 +0800 |
commit | ec8b26524e6dbed2e7aa3f56019f5578a6be3c18 (patch) | |
tree | 13bc77ee902d3f11dd48fe7251a6632dc615ad9d /editors/libreoffice | |
parent | 1ce43e00f750633e1ef31a5c094a9e8728d347a8 (diff) | |
download | freebsd-ports-gnome-ec8b26524e6dbed2e7aa3f56019f5578a6be3c18.tar.gz freebsd-ports-gnome-ec8b26524e6dbed2e7aa3f56019f5578a6be3c18.tar.zst freebsd-ports-gnome-ec8b26524e6dbed2e7aa3f56019f5578a6be3c18.zip |
Fix build with non default bdb
Reported by: Leslie Jensen <leslie@eskk.nu> (via office@)
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index 0901906bc915..224e8c4bbc50 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -362,6 +362,7 @@ post-extract: post-patch: @${REINPLACE_CMD} -e 's#5.1 5.0#${BDB_VER}#g' \ + -e 's,-ldb$$dash$$dbver,-l${BDB_LIB_NAME},g' \ -e 's,"Linux" \&\& test "z$$enable_graphite","FreeBSD" \&\& test "z$$enable_graphite",g' \ ${WRKSRC}/configure #install-gdb-printer is failing |