Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Aug 2023 21:18:31 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: effa1f7e7755 - main - databases/libodbc++: Fix build with llvm16
Message-ID:  <202308022118.372LIV5W017681@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=effa1f7e77552e7c0ab3a489bb5c5fa30440df8e

commit effa1f7e77552e7c0ab3a489bb5c5fa30440df8e
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-08-02 21:15:11 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-08-02 21:18:14 +0000

    databases/libodbc++: Fix build with llvm16
    
    - Pet portclippy
    
    Sponsored by:   The FreeBSD Foundation
---
 databases/libodbc++/Makefile | 18 ++++++++++--------
 1 file changed, 10 insertions(+), 8 deletions(-)

diff --git a/databases/libodbc++/Makefile b/databases/libodbc++/Makefile
index e74872fe2a11..f677de7d67cd 100644
--- a/databases/libodbc++/Makefile
+++ b/databases/libodbc++/Makefile
@@ -10,23 +10,25 @@ WWW=		http://orcane.net/freeodbc++/
 
 LICENSE=	GPLv2
 
-OPTIONS_DEFINE=	DOXYGEN DOCS
-
-DOXYGEN_IMPLIES=	DOCS
-DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+LIB_DEPENDS=	libodbc.so:databases/unixODBC
 
 USES=		gmake libtool ncurses pathfix pkgconfig readline tar:bzip2
+USE_CXXSTD=	c++14
 USE_LDCONFIG=	yes
+
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--with-isqlxx
-INSTALL_TARGET=	install-strip
+CONFIGURE_ARGS=	--with-isqlxx --with-odbc=${LOCALBASE}
 
-LIB_DEPENDS=	libodbc.so:databases/unixODBC
-CONFIGURE_ARGS+=	--with-odbc=${LOCALBASE}
+INSTALL_TARGET=	install-strip
 
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
 PORTDOCS=	progref
 
+OPTIONS_DEFINE=	DOXYGEN DOCS
+
+DOXYGEN_IMPLIES=	DOCS
+DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
+
 post-extract:
 	${RM} ${WRKSRC}/doc/progref/progref-stamp
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202308022118.372LIV5W017681>