aboutsummaryrefslogtreecommitdiff
path: root/editors/libreoffice
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2014-05-07 20:16:17 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2014-05-07 20:16:17 +0000
commit5fab2d1f23067bfed6c6002b5330ea8d5d1a90d3 (patch)
tree83529edfa698a1e8a009242ac8dfc614e27cd41e /editors/libreoffice
parentd18ed390d0129d2d17bf685915ad5d40010321b1 (diff)
Notes
Diffstat (limited to 'editors/libreoffice')
-rw-r--r--editors/libreoffice/files/patch-solenv__gbuild__UnpackedTarball.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/libreoffice/files/patch-solenv__gbuild__UnpackedTarball.mk b/editors/libreoffice/files/patch-solenv__gbuild__UnpackedTarball.mk
new file mode 100644
index 000000000000..74266b638f1c
--- /dev/null
+++ b/editors/libreoffice/files/patch-solenv__gbuild__UnpackedTarball.mk
@@ -0,0 +1,10 @@
+--- solenv/gbuild/UnpackedTarball.mk.orig 2014-04-22 18:25:28.000000000 -0400
++++ solenv/gbuild/UnpackedTarball.mk 2014-05-07 13:33:55.000000000 -0400
+@@ -33,6 +33,7 @@
+ -x \
+ $(3) \
+ -C $(UNPACKED_DIR) \
++ --no-same-owner --no-same-permissions \
+ $(STRIP_COMPONENTS)=$(UNPACKED_STRIP_COMPONENTS) \
+ -f $(UNPACKED_TARBALL)
+ endef