diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-05 00:53:44 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-05-05 00:53:44 +0000 |
commit | e8643086f50bdf82f3a2e0266bf234dded74e6a6 (patch) | |
tree | 8bbae8a338d5cc9b0a9730cc199e2e09eba646b1 /net/openldap24-server/files/patch-build::top.mk | |
parent | Fix typo in pkg-message: (diff) |
New ports: net/openldap23[-server, -client, -sasl-server, -sasl-server]
There is development version of openldap named 2.3.2beta2.
These ports are based on http://people.freebsd.org/~eik/ports/openldap23.shar.
The repocopy has been already made in ports/77170.
PR: ports/80618
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Notes
Notes:
svn path=/head/; revision=134633
Diffstat (limited to 'net/openldap24-server/files/patch-build::top.mk')
-rw-r--r-- | net/openldap24-server/files/patch-build::top.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/openldap24-server/files/patch-build::top.mk b/net/openldap24-server/files/patch-build::top.mk new file mode 100644 index 000000000000..105af6b35122 --- /dev/null +++ b/net/openldap24-server/files/patch-build::top.mk @@ -0,0 +1,11 @@ +--- build/top.mk.orig Mon Apr 12 20:21:07 2004 ++++ build/top.mk Wed May 5 12:49:13 2004 +@@ -196,6 +196,8 @@ + SLAPD_LIBS = @SLAPD_LIBS@ @SLAPD_PERL_LDFLAGS@ @SLAPD_SQL_LDFLAGS@ @SLAPD_SQL_LIBS@ @SLAPD_SLP_LIBS@ @SLAPD_GMP_LIBS@ + SLURPD_LIBS = @SLURPD_LIBS@ + ++SLAPI_LIBS = @SLAPI_LIBS@ ++ + # Our Defaults + CC = $(AC_CC) + DEFS = $(LDAP_INCPATH) $(XINCPATH) $(XDEFS) $(AC_DEFS) $(DEFINES) |