diff options
author | mrauch <mrauch@pkgsrc.org> | 2002-03-01 09:52:45 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2002-03-01 09:52:45 +0000 |
commit | ced48aa9f30d6561bbe48b60f12ec785aa29c4b4 (patch) | |
tree | f5856e36065fc98b2e409b54ef260b23a417aabf /misc/openoffice/patches/patch-dp | |
parent | 14dc3cee71f034d40b10e57cf55691ba64d22434 (diff) | |
download | pkgsrc-ced48aa9f30d6561bbe48b60f12ec785aa29c4b4.tar.gz |
More instances of improper quoting which cause problems (only) in the
bulk build.
Diffstat (limited to 'misc/openoffice/patches/patch-dp')
-rw-r--r-- | misc/openoffice/patches/patch-dp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/openoffice/patches/patch-dp b/misc/openoffice/patches/patch-dp new file mode 100644 index 00000000000..ec1aef0bfab --- /dev/null +++ b/misc/openoffice/patches/patch-dp @@ -0,0 +1,13 @@ +$NetBSD: patch-dp,v 1.1 2002/03/01 09:52:47 mrauch Exp $ + +--- ../sip/source/ui/app/makefile.mk.orig Tue Feb 6 14:28:40 2001 ++++ ../sip/source/ui/app/makefile.mk +@@ -105,7 +105,7 @@ + + $(INCCOM)$/rscrev.hxx: makefile.mk + .IF "$(GUI)"=="UNX" +- echo #define RSCUPDVER \""$(RSCREVISION)"\" > $@ ++ echo '#define RSCUPDVER "$(RSCREVISION)"' > $@ + .ELSE + echo #define RSCUPDVER "$(RSCREVISION)" > $@ + .ENDIF |