summaryrefslogtreecommitdiff
path: root/editors/openoffice/files/patch-dmake::unix::linux::gnu::make.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All patches have been repocopied to use + as separator and not "::".Martin Blapp2002-10-211-244/+0
| | | | Notes: svn path=/head/; revision=68480
* Make openoffice compile with gcc from ports, or just with CC=$CC andMartin Blapp2002-05-291-0/+244
CXX=$CXX, like it should normally be. Usable options are: USEPORTGCC295=YES, USEPORTGCC31=YES and USEPORTGCC32=YES Add a lot off gcc3.x fixes, make included stlport compile with CURRENT. Next step will be to include a mozilla build, so we can link openoffice against mozilla librarys without c++ compat problems. Notes: svn path=/head/; revision=60246