summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-vcltesttool/files/patch-config_office::configure.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All patches will be a repocopy from ports/openoffice/files. Remove oldMartin Blapp2002-10-211-48/+0
| | | | | | | patches with "::" delimiters. Notes: svn path=/head/; revision=68481
* Re-add previously deleted files.Martin Blapp2002-10-181-0/+48
| | | | Notes: svn path=/head/; revision=68300
* First step to make this port working. Configure works and all patchesMartin Blapp2002-10-181-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
* Add $CC and $CXX here tooMartin Blapp2002-03-131-3/+3
| | | | Notes: svn path=/head/; revision=56020
* Upgrade the development snapshot to the latest build: 642Martin Blapp2002-03-121-42/+35
| | | | Notes: svn path=/head/; revision=55914
* Use PTHREAD_CFLAGS and PTHREAD_LIBS for the threaded parts.Martin Blapp2002-03-091-2/+2
| | | | | | | Requested by: cvs-comitters Notes: svn path=/head/; revision=55786
* Use autoconf, remove the ugly configure patch. Do the gcc tests and fix themMartin Blapp2002-03-081-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