summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-config_office::configure.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-10-21All patches will be a repocopy from ports/openoffice/files. Remove oldMartin Blapp1-48/+0
patches with "::" delimiters. Notes: svn path=/head/; revision=68481
2002-10-18Re-add previously deleted files.Martin Blapp1-0/+48
Notes: svn path=/head/; revision=68300
2002-10-18First step to make this port working. Configure works and all patchesMartin Blapp1-86/+0
apply now. There are still some compile errors to fix. As you may see the patchnames are very long, but that makes maintaining patches a lot easier. Notes: svn path=/head/; revision=68299
2002-03-13Add $CC and $CXX here tooMartin Blapp1-3/+3
Notes: svn path=/head/; revision=56020
2002-03-12Upgrade the development snapshot to the latest build: 642Martin Blapp1-42/+35
Notes: svn path=/head/; revision=55914
2002-03-09Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp1-2/+2
Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
2002-03-08Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp1-0/+93
while we are here (AWK had an endless loop), add a FreeBSD configure variable called with-os-version, so we can check the OSVERSION in the build to support both STABLE and CURRENT (there are different patches needed) Notes: svn path=/head/; revision=55747