summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-solenv::inc::unxfbsdi.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2cvs2svn2002-08-101-209/+0
| | | | | Notes: svn path=/head/; revision=64310 svn path=/tags/RELEASE_4_6_2/; revision=64312; tag=release/4.6.2
* Remove -g from build. We have special makeflags for this in OO.Martin Blapp2002-05-141-2/+2
| | | | Notes: svn path=/head/; revision=59091
* Revert the last change. It looks like -fno-rtti is only needed for theMartin Blapp2002-03-161-1/+1
| | | | | | | | mozilla part, and else it breaks the build where -rtti is used. Add a new patch to change it for the mozilla build. Notes: svn path=/head/; revision=56212
* Add -fno-rtti so the mozab connector code compiles again.Martin Blapp2002-03-151-1/+1
| | | | Notes: svn path=/head/; revision=56161
* Remove hardcoded $cc and $CCMartin Blapp2002-03-141-13/+7
| | | | Notes: svn path=/head/; revision=56095
* Use CXX and CC, so we can specify cc295 and g++295 from ports. MoreMartin Blapp2002-03-131-3/+3
| | | | | | | commits will follow. Notes: svn path=/head/; revision=56019
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp2002-03-091-23/+23
| | | | | | | Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
* Add ASM flags, replace the REENTRANT and THREAD_SAFE definitions withMartin Blapp2002-03-091-11/+199
| | | | | | | | | -pthread, add JAVA_RUNTIME definition, change the optimization from 02 to -O and from -O to -O0. Add -lXaw -lXt to link for GUI part, and reorder the librarys the correct way. Notes: svn path=/head/; revision=55775
* Add -DOSVERSION to FreeBSD build. Remove the netbsd unxbsdi.mk file.Martin Blapp2002-03-091-2/+11
| | | | Notes: svn path=/head/; revision=55749
* Add -Wl,-export-dynamic for the SHLGUI build tooMartin Blapp2002-03-081-0/+18
Notes: svn path=/head/; revision=55722