aboutsummaryrefslogtreecommitdiffstats
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2012-08-30 06:20:19 +0800
committerjkim <jkim@FreeBSD.org>2012-08-30 06:20:19 +0800
commit7751a5610c9c558b00a6d01c404a09e5ae34ca0c (patch)
treec1ce7c052afc822b2389e8af66cde3d2c9f69e18 /editors/libreoffice
parent1ce6ae7894fbb79e668593f63211c6366255a7ea (diff)
downloadfreebsd-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/Makefile2
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' \