summaryrefslogtreecommitdiff
path: root/net/py-ldap1/files/patch-Makefile.in
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2001-06-10 07:12:30 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2001-06-10 07:12:30 +0000
commit03ee6538a7c94d96192e6ef693be5590409c1550 (patch)
tree416dcab8882379c4a359423c7c00c23561f99e15 /net/py-ldap1/files/patch-Makefile.in
parentMark broken by indicating that the maintainer is working on a fix. (diff)
Patched net/ldapmodule to adapt openldap2.
(source patches are from Joe Little's SRPM) It builds against both of openldap1 openldap2 Submitted by: perky@python.or.kr
Notes
Notes: svn path=/head/; revision=43738
Diffstat (limited to 'net/py-ldap1/files/patch-Makefile.in')
-rw-r--r--net/py-ldap1/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/py-ldap1/files/patch-Makefile.in b/net/py-ldap1/files/patch-Makefile.in
new file mode 100644
index 000000000000..17e51a4a0584
--- /dev/null
+++ b/net/py-ldap1/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Wed May 23 09:11:33 2001
++++ Makefile.in Wed May 23 09:12:10 2001
+@@ -26,6 +26,8 @@
+ $(INSTALL_DIR) $(DESTDIR)$(LIBDEST)/site-packages/python-ldap
+ $(INSTALL_DATA) $(srcdir)/Misc/ldap.pth \
+ $(DESTDIR)$(LIBDEST)/site-packages/ldap.pth
++ $(INSTALL_DATA) $(srcdir)/Modules/_ldapmodule.so \
++ $(DESTDIR)$(LIBDEST)/site-packages/_ldapmodule.so
+ for f in $(srcdir)/Lib/*.py; do \
+ $(INSTALL_DATA) $$f $(DESTDIR)$(LIBDEST)/site-packages/python-ldap/;\
+ done