freebsd-ports/editors/openoffice.org-1.1
Maho Nakata d32a5e2d09 The makefile.mk uses a ld to link the libraries, but ld fails to link with
-pthread. The correct sollution is to use $(LINK) which points to the
used gcc compiler. Unfortunately gcc doesn't understand --whole-archive and
--no-whole-archive. You have to use -Wl,-whole-archive and
-Wl,-no-whole-archive
instead. The following patch does this for FreeBSD, but maybe this should also
be done for the generic UNX case.
See http://www.openoffice.org/issues/show_bug.cgi?id=18064 for details.
Obtained from Volker Quetschke
2003-08-15 22:35:55 +00:00
..
files The makefile.mk uses a ld to link the libraries, but ld fails to link with 2003-08-15 22:35:55 +00:00
distinfo Now passes compilation for recent 4.8-STABLE and 5-CURRENT, 2003-08-15 22:32:21 +00:00
Makefile Now passes compilation for recent 4.8-STABLE and 5-CURRENT, 2003-08-15 22:32:21 +00:00
pkg-descr First step towards a working port. 2002-02-28 23:36:03 +00:00
pkg-message Unbreak the port and fix the remaining pkg files. 2003-03-28 09:11:14 +00:00
pkg-plist First step to make this port working. Configure works and all patches 2002-10-18 22:41:42 +00:00