Date: Wed, 29 Aug 2012 22:20:19 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303352 - head/editors/libreoffice Message-ID: <201208292220.q7TMKJnJ024667@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Wed Aug 29 22:20:19 2012 New Revision: 303352 URL: http://svn.freebsd.org/changeset/ports/303352 Log: 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 Modified: head/editors/libreoffice/Makefile Modified: head/editors/libreoffice/Makefile ============================================================================== --- head/editors/libreoffice/Makefile Wed Aug 29 22:14:13 2012 (r303351) +++ head/editors/libreoffice/Makefile Wed Aug 29 22:20:19 2012 (r303352) @@ -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' \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208292220.q7TMKJnJ024667>