diff options
author | jkim <jkim@FreeBSD.org> | 2012-08-30 06:20:19 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-08-30 06:20:19 +0800 |
commit | 7751a5610c9c558b00a6d01c404a09e5ae34ca0c (patch) | |
tree | c1ce7c052afc822b2389e8af66cde3d2c9f69e18 /editors/libreoffice | |
parent | 1ce6ae7894fbb79e668593f63211c6366255a7ea (diff) | |
download | freebsd-ports-gnome-7751a5610c9c558b00a6d01c404a09e5ae34ca0c.tar.gz freebsd-ports-gnome-7751a5610c9c558b00a6d01c404a09e5ae34ca0c.tar.zst freebsd-ports-gnome-7751a5610c9c558b00a6d01c404a09e5ae34ca0c.zip |
Fix the previous commit to make it really work. See the following upstream
PR for more information about this issue:
https://bugs.freedesktop.org/show_bug.cgi?id=54015
Diffstat (limited to 'editors/libreoffice')
-rw-r--r-- | editors/libreoffice/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/libreoffice/Makefile b/editors/libreoffice/Makefile index b5235da7abf1..103a0a5c7433 100644 --- a/editors/libreoffice/Makefile +++ b/editors/libreoffice/Makefile @@ -377,7 +377,7 @@ post-extract: post-patch: @${FIND} ${WRKSRC} -type f -print0 | \ - ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's#-Wl,-rpath,#-Wl,-z,origin -Wl,-rpath,#g' + ${XARGS} -0 ${REINPLACE_CMD} -i '' -e 's#-Wl,-rpath,#-Wl,-z,origin,-rpath,#g' @${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' \ |