svn commit: r303352 - head/editors/libreoffice

Jung-uk Kim jkim at FreeBSD.org
Wed Aug 29 22:20:19 UTC 2012


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' \



More information about the svn-ports-head mailing list