summaryrefslogtreecommitdiff
path: root/editors/openoffice-devel/files/patch-python-makefile.mk
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-11-08 01:47:26 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-11-08 01:47:26 +0000
commit462cfc7caa90a50763970053a6bca116ade6dc9b (patch)
tree9e7611a1e6959fbe4f47e4983021fb3105ec5e98 /editors/openoffice-devel/files/patch-python-makefile.mk
parentchange RUN_DEPENDS openoffice-devel -> openoffice-1.1 (diff)
Repocopy has been done for openoffice,
so rename from: editors/openoffice editors/openoffice-devel to editors/openoffice-1.0 editors/openoffice-1.1 Acknowledgment to: nork
Diffstat (limited to 'editors/openoffice-devel/files/patch-python-makefile.mk')
-rw-r--r--editors/openoffice-devel/files/patch-python-makefile.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-devel/files/patch-python-makefile.mk b/editors/openoffice-devel/files/patch-python-makefile.mk
deleted file mode 100644
index 6308ab485a6f..000000000000
--- a/editors/openoffice-devel/files/patch-python-makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../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