git: 2e17b44b7132 - main - sysutils/adtool: Fix build with OpenLDAP 2.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Nov 2021 06:17:09 UTC
The branch main has been updated by delphij: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e17b44b71322eeb44578f25943e1a7c51f23632 commit 2e17b44b71322eeb44578f25943e1a7c51f23632 Author: Xin LI <delphij@FreeBSD.org> AuthorDate: 2021-11-25 06:17:01 +0000 Commit: Xin LI <delphij@FreeBSD.org> CommitDate: 2021-11-25 06:17:02 +0000 sysutils/adtool: Fix build with OpenLDAP 2.5 PR: 259049 Approved by: maintainer timeout --- sysutils/adtool/Makefile | 2 +- sysutils/adtool/files/patch-src__tools__Makefile.in | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sysutils/adtool/Makefile b/sysutils/adtool/Makefile index 378aa3086214..1af374981952 100644 --- a/sysutils/adtool/Makefile +++ b/sysutils/adtool/Makefile @@ -2,7 +2,7 @@ PORTNAME= adtool PORTVERSION= 1.3.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://gp2x.org/adtool/ diff --git a/sysutils/adtool/files/patch-src__tools__Makefile.in b/sysutils/adtool/files/patch-src__tools__Makefile.in index 1bc038c40742..09b0d8439129 100644 --- a/sysutils/adtool/files/patch-src__tools__Makefile.in +++ b/sysutils/adtool/files/patch-src__tools__Makefile.in @@ -1,11 +1,11 @@ ---- src/tools/Makefile.in.orig 2011-06-13 18:02:32.000000000 -0400 -+++ src/tools/Makefile.in 2011-06-13 18:02:39.000000000 -0400 -@@ -143,7 +143,7 @@ +--- src/tools/Makefile.in.orig 2009-08-15 13:19:24 UTC ++++ src/tools/Makefile.in +@@ -143,7 +143,7 @@ AM_CFLAGS = @CFLAGS@ bin_PROGRAMS = adtool -adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread -lresolv -+adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread ++adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap -lpthread subdir = src/tools ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs