summaryrefslogtreecommitdiffstats
path: root/editors/openoffice-1.1/files/patch-solenv::inc::tg_ext.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.1/files/patch-solenv::inc::tg_ext.mk')
-rw-r--r--editors/openoffice-1.1/files/patch-solenv::inc::tg_ext.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/openoffice-1.1/files/patch-solenv::inc::tg_ext.mk b/editors/openoffice-1.1/files/patch-solenv::inc::tg_ext.mk
index 5ce29de..039af7d 100644
--- a/editors/openoffice-1.1/files/patch-solenv::inc::tg_ext.mk
+++ b/editors/openoffice-1.1/files/patch-solenv::inc::tg_ext.mk
@@ -1,5 +1,14 @@
--- ../solenv/inc/tg_ext.mk.orig Wed Nov 14 13:59:42 2001
+++ ../solenv/inc/tg_ext.mk Mon Mar 4 17:30:39 2002
+@@ -107,7 +107,7 @@
+
+ $(MISC)$/%.unpack : $(PRJ)$/download$/%.tar.gz
+ @+-$(RM) $@
+- @+echo $(assign UNPACKCMD := gunzip -c $(BACK_PATH)download$/$(TARFILE_NAME).tar.gz | tar $(TAR_EXCLUDE_SWITCH) -xvf - ) > $(NULLDEV)
++ @+echo $(assign UNPACKCMD := tar $(TAR_EXCLUDE_SWITCH) -xzvf $(BACK_PATH)download$/$(TARFILE_NAME).tar.gz ) > $(NULLDEV)
+ @+$(COPY) $(mktmp $(UNPACKCMD)) $@
+
+ $(MISC)$/%.unpack : $(PRJ)$/download$/%.tar
@@ -148,7 +148,11 @@
.IF "$(BSCLIENT)"=="TRUE"
+cd $(PACKAGE_DIR) && $(TYPE) $(BACK_PATH)$(PATCH_FILE_NAME) | $(GNUPATCH) -f -b -p2 && $(TOUCH) $(PATCH_FLAG_FILE)
OpenPOWER on IntegriCloud