diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-12-01 01:42:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-12-01 01:42:36 +0000 |
commit | c575b4da2a8fbd7eeb34e5d2b468de7d66444b8f (patch) | |
tree | f95a3d45ccb5915d5438645ca366eecc7a7a5cfe /editors/openoffice.org-1.1-devel/files | |
parent | 51630f6660961c9a23b3f9f4b81372b5afb9b424 (diff) |
Notes
Diffstat (limited to 'editors/openoffice.org-1.1-devel/files')
-rw-r--r-- | editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+makefile.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+makefile.mk b/editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+makefile.mk new file mode 100644 index 000000000000..2959319805b5 --- /dev/null +++ b/editors/openoffice.org-1.1-devel/files/patch-rsc+source+rscpp+makefile.mk @@ -0,0 +1,21 @@ +Issuetracker : #i54178# +CWS : hr17 +Author: : +Description : + +Index: rsc/source/rscpp/makefile.mk +=================================================================== +RCS file: /cvs/gsl/rsc/source/rscpp/makefile.mk,v +retrieving revision 1.5 +diff -u -r1.5 makefile.mk +--- rsc/source/rscpp/makefile.mk 8 Sep 2005 14:00:27 -0000 1.5 ++++ rsc/source/rscpp/makefile.mk 21 Sep 2005 10:18:09 -0000 +@@ -36,6 +36,8 @@ + + TARGETTYPE=CUI + TARGETTHREAD=ST ++# we don't need STL in this project ++NO_DEFAULT_STL=TRUE + + PRJNAME=rsc + TARGET=rscpp |