diff options
author | maho <maho@FreeBSD.org> | 2005-02-24 21:21:51 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2005-02-24 21:21:51 +0800 |
commit | a39f261b640f05d6454aad1eac52fdef2e0308bc (patch) | |
tree | 15d32918c40bbbd468aa692e27b048772bea2a31 /editors/openoffice.org-2-devel/files | |
parent | 9963bb719c52a896e33badcbf32b33440272c3e3 (diff) | |
download | freebsd-ports-graphics-a39f261b640f05d6454aad1eac52fdef2e0308bc.tar.gz freebsd-ports-graphics-a39f261b640f05d6454aad1eac52fdef2e0308bc.tar.zst freebsd-ports-graphics-a39f261b640f05d6454aad1eac52fdef2e0308bc.zip |
update to 1.9m80
Diffstat (limited to 'editors/openoffice.org-2-devel/files')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-chart2+source+controller+makefile.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-chart2+source+controller+makefile.mk b/editors/openoffice.org-2-devel/files/patch-chart2+source+controller+makefile.mk new file mode 100644 index 00000000000..2a3920c8f16 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-chart2+source+controller+makefile.mk @@ -0,0 +1,18 @@ +#iZ 43297 + +Index: chart2/source/controller/makefile.mk +=================================================================== +RCS file: /cvs/graphics/chart2/source/controller/makefile.mk,v +retrieving revision 1.5 +diff -u -r1.5 makefile.mk +--- chart2/source/controller/makefile.mk 18 May 2004 18:34:37 -0000 1.5 ++++ chart2/source/controller/makefile.mk 23 Feb 2005 10:06:48 -0000 +@@ -143,7 +143,7 @@ + $(SRS)$/chcdialogs.srs + + RESLIB1NAME= $(TARGET) +-RESLIB1IMAGES=$(PRJ)$/res ++RESLIB1IMAGES=$(PRJ)$ + RESLIB1SRSFILES=$(RESLIB1LIST) + RESLIB1DEPN=$(RESLIB1LIST) + |