summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/patch-solenv::inc::pstrules.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-10-21All patches will be a repocopy from ports/openoffice/files. Remove oldMartin Blapp1-131/+0
patches with "::" delimiters. Notes: svn path=/head/; revision=68481
2002-10-19Add these paches $(cc) -> $(CC), ($CC) -> $(CXX) back. This is still notMartin Blapp1-23/+13
done the right way in 643 and probably HEAD. Notes: svn path=/head/; revision=68333
2002-05-29Make openoffice compile with gcc from ports, or just with CC=$CC andMartin Blapp1-0/+0
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
2002-03-14Remove $cc and $CC defines from unxfbsd.mk, and do the changes forMartin Blapp1-0/+141
$CC -> $CXX $cc -> $CC everywhere. The compile seems to work again now. Notes: svn path=/head/; revision=56094