summaryrefslogtreecommitdiff
path: root/misc/openoffice3/patches/patch-ai
diff options
context:
space:
mode:
authorhira <hira@pkgsrc.org>2008-10-14 11:02:24 +0000
committerhira <hira@pkgsrc.org>2008-10-14 11:02:24 +0000
commit59230131f35d5b9e38cff8596a061660efcd1fa6 (patch)
tree768a221595539e52131066858dda381b7c10e1e0 /misc/openoffice3/patches/patch-ai
parentcb9875277de8caa2cf2cdd064aae3a53e74d98e0 (diff)
downloadpkgsrc-59230131f35d5b9e38cff8596a061660efcd1fa6.tar.gz
Initial import of OpenOffice.org 3.0.0 as misc/openoffice3.
Release note (will be available): http://development.openoffice.org/releases/3.0.0.html
Diffstat (limited to 'misc/openoffice3/patches/patch-ai')
-rw-r--r--misc/openoffice3/patches/patch-ai13
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice3/patches/patch-ai b/misc/openoffice3/patches/patch-ai
new file mode 100644
index 00000000000..cf5281b7546
--- /dev/null
+++ b/misc/openoffice3/patches/patch-ai
@@ -0,0 +1,13 @@
+$NetBSD: patch-ai,v 1.1.1.1 2008/10/14 11:02:24 hira Exp $
+
+--- solenv/inc/tg_app.mk.orig 2007-07-02 18:23:33.000000000 +0900
++++ solenv/inc/tg_app.mk 2007-09-26 17:53:57.000000000 +0900
+@@ -131,7 +131,7 @@
+ @-$(RM) $(MISC)$/$(TARGET).$(@:b)_$(TNR).cmd
+ @echo $(APP$(TNR)LINKER) $(APP$(TNR)LINKFLAGS) $(LINKFLAGSAPP) -L$(PRJ)$/$(INPATH)$/lib $(SOLARLIB) $(STDSLO) \
+ $(APP$(TNR)OBJS:s/.obj/.o/) '\' > $(MISC)$/$(TARGET).$(@:b)_$(TNR).cmd
+- @cat $(mktmp /dev/null $(APP$(TNR)LIBS)) | xargs -n 1 cat | sed s\#$(ROUT)\#$(OUT)\#g | sed 's#$$# \\#' >> $(MISC)$/$(TARGET).$(@:b)_$(TNR).cmd
++ @cat $(mktmp /dev/null $(APP$(TNR)LIBS)) | sed -E 's#[[:space:]]+# #g' | xargs -n 1 cat | sed s\#$(ROUT)\#$(OUT)\#g | sed 's#$$# \\#' >> $(MISC)$/$(TARGET).$(@:b)_$(TNR).cmd
+ @echo $(APP$(TNR)LINKTYPEFLAG) $(APP$(TNR)LIBSALCPPRT) $(APP$(TNR)STDLIBS) $(APP$(TNR)STDLIB) $(STDLIB$(TNR)) -o $@ >> $(MISC)$/$(TARGET).$(@:b)_$(TNR).cmd
+ cat $(MISC)$/$(TARGET).$(@:b)_$(TNR).cmd
+ @+source $(MISC)$/$(TARGET).$(@:b)_$(TNR).cmd