cvs commit: ports/editors/openoffice-devel/files
patch-python-makefile.mk
Maho Nakata
maho at FreeBSD.org
Fri Aug 15 15:35:57 PDT 2003
maho 2003/08/15 15:35:55 PDT
FreeBSD ports repository
Added files:
editors/openoffice-devel/files patch-python-makefile.mk
Log:
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
Revision Changes Path
1.1 +11 -0 ports/editors/openoffice-devel/files/patch-python-makefile.mk (new)
More information about the cvs-ports
mailing list