diff options
author | Maho Nakata <maho@FreeBSD.org> | 2003-08-15 22:35:55 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2003-08-15 22:35:55 +0000 |
commit | d32a5e2d09c538ecd81aca400d31c0f9fc0860a8 (patch) | |
tree | 0ca6a2d07e23991b37d8c85537999c4667f03cad /editors/openoffice-3 | |
parent | b74c656afa2b03efa8a750127b5f1a3b457f3350 (diff) |
Notes
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/files/patch-python-makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-3/files/patch-python-makefile.mk b/editors/openoffice-3/files/patch-python-makefile.mk new file mode 100644 index 000000000000..6308ab485a6f --- /dev/null +++ b/editors/openoffice-3/files/patch-python-makefile.mk @@ -0,0 +1,11 @@ +--- ../python/makefile.mk 31 Jul 2003 12:15:14 -0000 1.5.2.2 ++++ ../python/makefile.mk 8 Aug 2003 15:28:45 -0000 +@@ -187,7 +187,7 @@ + ld -G -o $@ -u Py_Main -u Py_FrozenMain -u PyFPE_dummy $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -h libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread + .ELSE + .IF "$(OS)" == "FREEBSD" +- ld -shared -o $@ --whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a --no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} ++ $(LINK) -shared -o $@ -Wl,-whole-archive $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -Wl,-no-whole-archive -soname libpython.so.$(PYMAJOR) -lm -lutil ${PTHREAD_LIBS} + .ELSE + .IF "$(OS)" == "IRIX" + ld -shared -o $@ -all $(MISC)$/build$/$(TARFILE_NAME)$/libpython$(PYMAJOR).$(PYMINOR).a -notall -soname libpython.so.$(PYMAJOR) -lm -ldl -lc -lpthread |